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

github.com/pavel-pi/kiss-em.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEmir Ribic <ribice@gmail.com>2018-09-04 00:08:42 +0300
committerEmir Ribic <ribice@gmail.com>2018-09-04 00:08:42 +0300
commit9dc53fc6f9b272155c92c93d26f7a6688c9e0c18 (patch)
treeef39b7ce860b11a2db47e40982e7f6fe58413453 /README.md
parentb32f0b8f923c42fb470729b07d2dbbb29e78b061 (diff)
Add RSS Support
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/README.md b/README.md
index 9e69479..174de97 100644
--- a/README.md
+++ b/README.md
@@ -39,6 +39,11 @@ googleAnalytics = ""
Paginate = 5
enableRobotsTXT = true
+[params.rss] # Adding this tag enables RSS feed
+
+includeContent = true # Includes whole content in rss
+authorName = "Emir Ribic" # Author full name
+authorEmail = "ribice@gmail.com" # Author email
[params.assets]
customCSS = ["css/custom.css"]