-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.toml
113 lines (105 loc) · 2.71 KB
/
config.toml
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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
baseURL = "https://onpointcutlery.com/"
languageCode = "en-us"
title = "On Point Cutlery - Traverse City Knife Sharpening & Mobile Knife Sharpening"
theme = "lomar2021"
[params]
author = "Andrew M McCall"
description = "On Point Cutlery offers expert knife sharpening and tool sharpening services in Traverse City, Michigan. We come to your business or home and sharpen your knives and tools so they are like new."
[[params.plugins.css]]
link = "https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,400;0,600;0,700;1,400;1,600&display=swap"
[[params.plugins.css]]
link = ""
[markup]
[markup.goldmark]
[markup.goldmark.renderer]
unsafe = true
[menu]
# [[menu.main]]
# identifier = "posts"
# name = "News"
# pre = "›"
# title = "News & Updates"
# url = "/updates"
# weight = 7
[[menu.main]]
identifier = "about-us"
name = "About Us"
pre = "›"
title = "About Us"
url = "/about-us"
weight = 8
[[menu.main]]
identifier = "contact-us"
name = "Contact Us"
pre = "›"
title = "Contact Us"
url = "/contact-us"
weight = 6
[[menu.main]]
identifier = "Home"
name = "Home"
pre = "›"
title = "Home"
url = "/"
weight = 1
[[menu.main]]
identifier = "Gallery"
name = "Gallery"
pre = "›"
title = "Gallery"
url = "/gallery"
weight = 5
[[menu.main]]
identifier = "Services"
name = "Services"
pre = "›"
title = "Services"
url = "/services"
weight = 2
# [[menu.main]]
# identifier = "schedule"
# name = "Book Now"
# pre = "›"
# title = "Schedule"
# url = "/schedule"
# weight = 4
[[menu.main]]
identifier = "pricing"
name = "Pricing"
pre = "›"
title = "Pricing"
url = "/pricing"
weight = 3
[[menu.footer]]
identifier = "contact-us"
name = "Contact Us"
pre = "›"
title = "Contact Us"
url = "/contact-us"
weight = 2
[[menu.footer]]
identifier = "privacy-policy"
name = "Privacy Policy"
pre = "›"
title = "Privacy Policy"
url = "/privacy-policy"
weight = 3
[[menu.footer]]
identifier = "terms-conditions"
name = "Terms & Conditions"
pre = "›"
title = "Terms & Conditions"
url = "/terms-conditions"
weight = 4
[[menu.footer]]
identifier = "home"
name = "Home"
pre = "›"
title = "Home"
url = "/"
weight = 1
[frontmatter]
date = ["date", "publishDate", "lastmod"]
lastmod = [":git", "lastmod", "date", "publishDate"]
publishDate = ["publishDate", "date"]
expiryDate = ["expiryDate"]