blob: d40ac0dfccf241ab6c7ab58f7384c14bb58ddce6 (
plain)
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
|
baseurl = "/"
title = "Terrassa"
author = "Daniel Zaragoza (Danielkvist)"
googleAnalytics = ""
defaultContentLanguage = "en"
language = "en-US"
paginate = 3 # Number of posts per page
theme = "hugo-terrassa-theme"
themesDir = "../.." # Not necessary on production sites
[outputs]
home = ["HTML", "RSS"]
page = ["HTML", "RSS"]
[params]
description = "Terrassa is a simple, fast and responsive theme for Hugo with a strong focus on accessibility made from scratch."
favicon = "favicon.ico" # Relative URL
logo = "" # Absolute URL
[params.hero]
textColor = "" # Empty for default color
[params.cta] # Call To Action
show = true
cta = "Contact"
link = "contact" # Relative URL
[params.form] # Contact form
netlify = true # Use only if you are using Netlify
action = "https://formspree.io/your@email.com"
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 = "example@gmail.com"
phone = "xxx xxx xxx"
skype = ""
address = "419 Creek St. Revere, MA 02151"
[params.social] # Social networks
twitter = "https://twitter.com/john"
facebook = "https://facebook.com/john"
github = "https://github.com/john"
gitlab = ""
codepen = "https://codepen.io/john"
instagram = "https://instagram.com/john"
pinterest = ""
youtube = ""
linkedin = ""
weibo = ""
mastodon = ""
tumblr = ""
flickr = ""
"500px" = ""
[params.copy] # Copyright
copy = "" # Empty for default content
[privacy]
[privacy.googleAnalytics]
anonymizeIP = true
disable = false
respectDoNotTrack = true
useSessionStorage = false
[privacy.instagram]
disable = false
simple = false
[privacy.twitter]
disable = false
enableDNT = true
simple = false
[privacy.vimeo]
disable = false
simple = false
[privacy.youtube]
disable = false
privacyEnhanced = true
|