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

github.com/mazgi/hugo-theme-techlog-simple.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHidenori MATSUKI <MATSUKI.Hidenori@gmail.com>2020-01-27 18:21:06 +0300
committerHidenori MATSUKI <MATSUKI.Hidenori@gmail.com>2020-01-27 18:21:06 +0300
commit2acf1f7f8aacfd70e0078b893381cf3752f32f57 (patch)
tree9c2ca6fc5b79b4fcabf2acc8f647c5d4ffc08f0b
parentfac30f177bef03e89f94bfc4bd5e8b1e2f5ee5d2 (diff)
update example config for description.
-rw-r--r--exampleSite/config.toml17
1 files changed, 10 insertions, 7 deletions
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index c2cbf71..528bfc0 100644
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -8,10 +8,19 @@ hasCJKLanguage = true
enableEmoji = true
pygmentsCodeFences = true
pygmentsStyle = "friendly"
-enableGitInfo = true
+enableGitInfo = false
enableRobotsTXT = true
# googleAnalytics = "UA-00000000-1"
+[params]
+description = "A simple Hugo theme for tech blogs :)"
+
+[params.sns]
+github = "mazgi"
+twitter = "mazgi"
+instagram = "mazgi"
+# facebook = ""
+
[taxonomies]
category = "categories"
tag = "tags"
@@ -25,9 +34,3 @@ languageName = "English"
[languages.ja]
weight = 10
languageName = "日本語"
-
-[params.sns]
-github = "mazgi"
-twitter = "mazgi"
-instagram = "mazgi"
-# facebook = ""