-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.toml
More file actions
54 lines (42 loc) · 1 KB
/
config.toml
File metadata and controls
54 lines (42 loc) · 1 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
languageCode = "en-us"
baseURL = "https://www.hildemorin.com/"
relativeURLs = true
theme = "hildemorin"
paginate = 5
summaryLength = 50
googleAnalytics = "UA-73407918-1"
[params]
copyright = "Content copyright © 2006-2025 Hilde Morin"
keywords = "fiber arts,quilting,contemporary quilting,color,texture,composition,textile,textile art"
logoimage = "/images/logo.svg"
logotext = "HILDE MORIN FIBER ART"
ogimage = "https://www.hildemorin.com/images/page.png"
title = "Hilde Morin Fiber Art"
updated = "Oct 2025"
[[params.menu]]
menulabel = "Home"
menulink = "#header"
[[params.menu]]
menulabel = "Galleries"
menulink = "#portfolio"
[[params.menu]]
menulabel = "Contact"
menulink = "#contact"
[[params.menu]]
menulabel = "Classes"
menulink = "classes"
[[params.menu]]
menulabel = "Calendar"
menulink = "calendar"
[[params.menu]]
menulabel = "About"
menulink = "about"
[[params.menu]]
menulabel = "Blog"
menulink = "blog"
[markup]
[markup.goldmark]
[markup.goldmark.renderer]
unsafe = true
[taxonomies]
tag = "tags"