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.toml26
1 files changed, 26 insertions, 0 deletions
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index b1d47f9..3938aa2 100644
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -67,3 +67,29 @@ paginate = 5 #frontpage pagination
github = "full profile url in github"
pinterest = "full profile url in pinterest"
rss = true
+
+ [params.writers]
+ [params.writers."Lukas Herman"]
+ link = "https://lherman.tk"
+ email = "writer_email@example.com"
+ facebook = "full profile url in facebook"
+ googleplus = "full profile url in googleplus"
+ twitter = "full profile url in twitter"
+ linkedin = "full profile url in linkedin"
+ stackoverflow = "full profile url in stackoverflow"
+ instagram = "full profile url in instagram"
+ github = "full profile url in github"
+ pinterest = "full profile url in pinterest"
+
+ [params.writers."Göran Svensson"]
+ link = "https://appernetic.io/"
+ email = "writer_email@example.com"
+ facebook = "full profile url in facebook"
+ googleplus = "full profile url in googleplus"
+ twitter = "full profile url in twitter"
+ linkedin = "full profile url in linkedin"
+ stackoverflow = "full profile url in stackoverflow"
+ instagram = "full profile url in instagram"
+ github = "full profile url in github"
+ pinterest = "full profile url in pinterest"
+