-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.toml
122 lines (97 loc) · 2.27 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
114
115
116
117
118
119
120
121
122
######################## Default configuration ####################
baseURL = "https://haruyama.studio/"
languageCode = "en"
title = "Haruyama Studio"
theme = "hargo"
summaryLength = "20"
paginate = 10
enableEmoji = "true"
[permalinks]
blog = "/blog/:filename/"
############################## Navigation ###############################
[menu]
[[menu.main]]
name = "Shop"
URL = "https://haruyama-studio.square.site/"
weight = 1
[[menu.main]]
name = "Work"
URL = "work"
weight = 2
[[menu.main]]
name = "Blog"
URL = "blog"
weight = 3
[[menu.main]]
name = "About"
URL = "about"
weight = 4
[[menu.main]]
name = "Contact"
URL = "contact"
weight = 5
[[menu.footer]]
name = "Shop"
URL = "https://haruyama-studio.square.site/"
weight = 1
[[menu.footer]]
name = "Work"
URL = "work"
weight = 2
[[menu.footer]]
name = "Blog"
URL = "blog"
weight = 3
[[menu.footer]]
name = "About"
URL = "about"
weight = 4
[[menu.footer]]
name = "Contact"
URL = "contact"
weight = 5
[[menu.footer]]
name = "Terms & Conditions"
URL = "terms-conditions/"
weight = 6
#################### Default parameters ################################
[params]
logo = "images/logo.svg"
home = "Home"
strapline = "One-off ceramic objects handmade in Cardiff in small batches"
# Meta data
description = "One-off ceramic objects handmade in Cardiff in small batches"
author = "Yoshiharu Yamashita"
goatcounter = "haruyamastudio"
# Contact info
# mobile = ""
email = "[email protected]"
location = "Cardiff UK"
# Count of latest posts to display in footer
countLatestPostsInFooter = 5
# Copyright
copyright = "© 2024 Haruyama Studio"
# Snipcart credentials
# snipcartApiKey = ""
# currencySymbol = ""
# Preloader
[params.preloader]
enable = false
preloader = "" # use .png , .svg or .gif format
# Product rating (works with https://rating-widget.com/)
[params.rating]
enable = false
websiteID = ""
publicKey = ""
# Social sites
[[params.social]]
name = "Instagram"
icon = "ti-instagram"
link = "https://www.instagram.com/haruyama.studio"
[[params.social]]
name = "GitHub"
icon = "ti-github"
link = "https://github.com/yoshiharuyamashita"
# Contact form
[params.contact]
formAction = "/thank-you/"