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

github.com/xianmin/hugo-theme-jane.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrea Borruso <aborruso@gmail.com>2018-06-24 12:51:40 +0300
committerChen Xianmin <xianmin12@gmail.com>2018-06-24 12:51:40 +0300
commitc5fd5b9116970dd48c585064adf75211cd5f9406 (patch)
treece44cccce8e234797363427383e195e1b590a658 /exampleSite
parent6678a22b1561b1d36475de877709cad6ffd80930 (diff)
Add a note to JSON output (#71)
Diffstat (limited to 'exampleSite')
-rw-r--r--exampleSite/config.toml2
1 files changed, 2 insertions, 0 deletions
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index 62cad81..b3c8210 100644
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -144,6 +144,7 @@ defaultContentLanguage = "en" # Default language to use
# jsonfeed support
# more information: https://github.com/xianmin/hugo-theme-jane/issues/23
+# to have json output it's necessary to uncomment this block of code and create a index.jsonfeed.json template, using hugo template specs
# [outputs]
# home = ["html", "jsonfeed","rss"]
# page = ["html"]
@@ -154,6 +155,7 @@ defaultContentLanguage = "en" # Default language to use
# baseName = "feed"
# isPlainText = true
+
# multilingual support example
# [langusges]
# [languages.en]