Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/danielkvist/hugo-terrassa-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordanielkvist <d94.zaragoza@gmail.com>2019-01-08 21:26:17 +0300
committerdanielkvist <d94.zaragoza@gmail.com>2019-01-09 19:48:19 +0300
commitea8d0534b1364ff80d48525709d7a04467317c94 (patch)
tree28bcf342f50f88dddccff0f08ee09ae4167ef841 /exampleSite
parentd1bee730ca917c81390828c0c9c2cc90fa4a8826 (diff)
add tags template and author
Diffstat (limited to 'exampleSite')
-rw-r--r--exampleSite/config.toml14
1 files changed, 7 insertions, 7 deletions
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index c643429..69b28f8 100644
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -4,6 +4,7 @@ author = "Daniel Zaragoza (Danielkvist)"
googleAnalytics = ""
defaultContentLanguage = "en"
language = "en-US"
+paginate = 1
theme = "terrassa"
themesDir = "../.."
@@ -26,17 +27,16 @@ themesDir = "../.."
inputEmailName = "email"
inputEmailLabel = "Email"
inputEmailPlaceholder = "Your email"
- inputMsgLabel = "Write something"
inputMsgName = "message"
+ inputMsgLabel = "Write something"
inputMsgLength = 750
inputSubmitValue = "Send"
[params.posts]
- showAuthor = false # TODO:
+ showAuthor = true
showDate = true
showTags = true
dateFormat = "Monday, Jan 2, 2006"
- postsPerPage = 7 # TODO:
[params.contact] # Contact info
email = "example@gmail.com"
@@ -65,16 +65,16 @@ themesDir = "../.."
disable = false
respectDoNotTrack = true
useSessionStorage = false
- [privacy.instagram]
+ [privacy.instagram]
disable = false
simple = false
- [privacy.twitter]
+ [privacy.twitter]
disable = false
enableDNT = true
simple = false
- [privacy.vimeo]
+ [privacy.vimeo]
disable = false
simple = false
- [privacy.youtube]
+ [privacy.youtube]
disable = false
privacyEnhanced = true \ No newline at end of file