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

github.com/coderzh/hugo-pacman-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcoderzh <coderzh@gmail.com>2016-03-26 19:16:34 +0300
committercoderzh <coderzh@gmail.com>2016-03-26 19:16:34 +0300
commita466722da4d6035cac267041674d708ff9f4ed95 (patch)
tree1137597816d70bdad1f5d5347a2475b3b0fdd7ee
parent7ea8316d972dfd88184c586c72f0777b9d5dac14 (diff)
add rssuri
-rw-r--r--exampleSite/config.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index 6e2c9b3..2a115c2 100644
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -5,6 +5,7 @@ Title = "Hugo PacMan Theme Demo"
Theme = "hugo-pacman-theme"
pygmentsStyle = "default"
pygmentsUseClasses = true
+RSSUri= "feed.xml"
[Author]
Name = "coderzh"