-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathconfig.toml
More file actions
71 lines (59 loc) · 1.51 KB
/
config.toml
File metadata and controls
71 lines (59 loc) · 1.51 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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
baseurl = "/"
title = "Business Title"
author = "Business Author Name"
defaultContentLanguage = "en"
language = "en-US"
paginate = 3
theme = "template-theme-hermit"
[params]
description = "Business description."
favicon = ""
logo = ""
[params.hero]
textColor = "" # Empty for default color
[params.cta] # Call To Action
show = false
cta = "Contact"
link = "contact" # Relative URL
[params.separator] # Separators between sections on the home page
show = false
[params.fa] # Font Awesome options
version = "5.7.2"
integrity = "sha384-0pzryjIRos8mFBWMzSSZApWtPl/5++eIfzYmTgBBmXYdhvxPc+XcFEk+zJwDgWbP"
[params.form] # Contact form
netlify = false
action = ""
method = "POST"
inputNameName = "name"
inputNameLabel = "Name"
inputNamePlaceholder = "Your name"
inputEmailName = "email"
inputEmailLabel = "Email"
inputEmailPlaceholder = "Your email"
inputMsgName = "message"
inputMsgLabel = "Write something"
inputMsgLength = 750
inputSubmitValue = "Send"
[params.posts]
showAuthor = true
showDate = true
showTags = true
dateFormat = "Monday, Jan, 2006"
[params.contact] # Contact info
email = ""
phone = ""
skype = ""
address = ""
[params.social]
twitter = "https://twitter.com/"
facebook = ""
github = ""
instagram = ""
youtube = ""
linkedin = ""
meetup = ""
medium = ""
[params.copy] # Copyright
copy = "" # Empty for default content
[taxonomies]
tag = "tags"