From 4ef7c18c69b0c9a595877a4b0251dd57f6a7b5cd Mon Sep 17 00:00:00 2001 From: Gibheer Date: Sat, 25 Jun 2016 18:46:59 +0200 Subject: [PATCH] set base url This avoids some problems with the RSS feed, as the articles were just relative links instead of absolute ones. --- config.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/config.toml b/config.toml index 852e6e2..77fd889 100644 --- a/config.toml +++ b/config.toml @@ -1,9 +1,10 @@ -baseurl = "" +baseurl = "http://zero-knowledge.org" languageCode = "en-us" title = "zero-knowledge" theme = "zero" SectionPagesMenu = "main" Paginate = 12 +disableRSS = false [taxonomies] author = "author"