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:
authorGöran S <support@appernetic.io>2018-08-31 19:57:36 +0300
committerGöran S <support@appernetic.io>2018-08-31 19:57:36 +0300
commit9c14ce6f66ad00537cf56730280d0641dbf23bbe (patch)
treeed42dc0d5bed0fbc5344586bc01e4b37fafff662
parent0e4d76c3ac15149cb3d25ae3c57545f0bcaf2f2b (diff)
Update example folder
-rw-r--r--exampleSite/config.toml20
-rw-r--r--exampleSite/content/post/work1.md5
-rw-r--r--exampleSite/content/post/work2.md4
-rw-r--r--exampleSite/content/post/work3.md2
-rw-r--r--exampleSite/content/post/work5.md2
5 files changed, 21 insertions, 12 deletions
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index 3938aa2..e7b9dfb 100644
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -14,6 +14,7 @@ paginate = 5 #frontpage pagination
#usepostimgfolder = true
slogan = "A fast &amp; secure theme"
description = "Describe your website" # meta description
+ # You need to set author to have an author bio. If you have a writer in the markdown file it will override this.
author = "Göran Svensson"
authorLink = "https://appernetic.io/"
bio = [
@@ -56,8 +57,9 @@ paginate = 5 #frontpage pagination
url = "contact/"
weight = 3
+# this will also be in author bio if there is no writer.
[params.social]
- facebook = "full profile url in facebook"
+ facebook = "full Social profile url in facebook"
googleplus = "full profile url in googleplus"
email = "email@example.com"
twitter = "full profile url in twitter"
@@ -68,11 +70,15 @@ paginate = 5 #frontpage pagination
pinterest = "full profile url in pinterest"
rss = true
+# Add a writer, then use it in the markdown front matter like this: writer = "Lukas Herman"
[params.writers]
[params.writers."Lukas Herman"]
link = "https://lherman.tk"
- email = "writer_email@example.com"
- facebook = "full profile url in facebook"
+ email = "lherman.cs@gmail.com"
+ bio = [
+ "Lukas has a few skills up his sleve. He can fly blindfolded under a bridge while simultanous writing blog posts."
+ ]
+ facebook = "full lukas profile url in facebook"
googleplus = "full profile url in googleplus"
twitter = "full profile url in twitter"
linkedin = "full profile url in linkedin"
@@ -83,8 +89,11 @@ paginate = 5 #frontpage pagination
[params.writers."Göran Svensson"]
link = "https://appernetic.io/"
- email = "writer_email@example.com"
- facebook = "full profile url in facebook"
+ email = "goran@molnsys.com"
+ bio = [
+ "Göran is an avid blogger and the founder of <a href='https://appernetic.io/'>Appernetic.io</a>. This is the author bio shown after posts."
+ ]
+ facebook = "full Göran profile url in facebook"
googleplus = "full profile url in googleplus"
twitter = "full profile url in twitter"
linkedin = "full profile url in linkedin"
@@ -92,4 +101,3 @@ paginate = 5 #frontpage pagination
instagram = "full profile url in instagram"
github = "full profile url in github"
pinterest = "full profile url in pinterest"
-
diff --git a/exampleSite/content/post/work1.md b/exampleSite/content/post/work1.md
index 6f4a5cf..96b695f 100644
--- a/exampleSite/content/post/work1.md
+++ b/exampleSite/content/post/work1.md
@@ -4,8 +4,9 @@ draft = false
image = "img/portfolio/a4-paper.jpg"
date = "2016-11-05T18:25:22+05:30"
title = "Name of the work 1"
-writer = "Göran Svensson"
-weight = 0
+writer = "Lukas Herman"
+categories = [ "design"]
+weight = 1
+++
Even the all-powerful Pointing has no control about the blind texts it is an almost unorthographic life. One day however a small line of blind text by the name of Lorem Ipsum decided to leave for the far World of Grammar.
diff --git a/exampleSite/content/post/work2.md b/exampleSite/content/post/work2.md
index 9215ab8..1ec64f8 100644
--- a/exampleSite/content/post/work2.md
+++ b/exampleSite/content/post/work2.md
@@ -5,8 +5,8 @@ writer = "Göran Svensson"
draft = false
image = "img/portfolio/logs1.jpg"
showonlyimage = false
-categories = [ "Design"]
-weight = 1
+categories = [ "design"]
+weight = 2
description = "Individual meta description for this post"
+++
diff --git a/exampleSite/content/post/work3.md b/exampleSite/content/post/work3.md
index 37d2ac8..f8a2e27 100644
--- a/exampleSite/content/post/work3.md
+++ b/exampleSite/content/post/work3.md
@@ -6,7 +6,7 @@ title = "Another Awesome Post"
writer = "Göran Svensson"
categories = [ "travel" ]
draft = false
-weight = 2
+weight = 3
+++
Fifth abundantly made Give sixth hath. Cattle creature i be don't them.
diff --git a/exampleSite/content/post/work5.md b/exampleSite/content/post/work5.md
index 48a6833..49b5e7b 100644
--- a/exampleSite/content/post/work5.md
+++ b/exampleSite/content/post/work5.md
@@ -4,7 +4,7 @@ showonlyimage = true
draft = false
date = "2016-11-05T19:53:42+05:30"
title = "A Totally Response Theme"
-writer = "Göran Svensson"
+writer = "Lukas Herman"
categories = [ "photography" ]
weight = 5
+++