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

github.com/appernetic/hugo-nederburg-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'exampleSite/config.toml')
-rw-r--r--exampleSite/config.toml5
1 files changed, 4 insertions, 1 deletions
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index 168c5fd..3938aa2 100644
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -10,6 +10,8 @@ preserveTaxonomyNames = true
paginate = 5 #frontpage pagination
[params]
+ # Unmark to use post folder for images. Default is static folder.
+ #usepostimgfolder = true
slogan = "A fast & secure theme"
description = "Describe your website" # meta description
author = "Göran Svensson"
@@ -89,4 +91,5 @@ paginate = 5 #frontpage pagination
stackoverflow = "full profile url in stackoverflow"
instagram = "full profile url in instagram"
github = "full profile url in github"
- pinterest = "full profile url in pinterest" \ No newline at end of file
+ pinterest = "full profile url in pinterest"
+