From 0770cab73d800cea172dade1cc2878dbdf637fe6 Mon Sep 17 00:00:00 2001 From: Luca Beltrame Date: Sun, 3 Jan 2021 02:16:45 +0100 Subject: [PATCH] Enable isso comments --- config.toml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/config.toml b/config.toml index 12a73ca..161db00 100644 --- a/config.toml +++ b/config.toml @@ -68,13 +68,15 @@ enableRobotsTXT = true mastodon = "" slack = "" stackoverflow = "" - rss = "https://www.dennogumi.org/feed/" + rss = "https://www.dennogumi.org/feed/atom.xml" # choose a background color from any on this page: http://tachyons.io/docs/themes/skins/ and preface it with "bg-" background_color_class = "bg-black" featured_image = "/images/banner.jpg" recent_posts_number = 4 disable_share = true body_classes = "sans-serif bg-near-white" + commentoEnable = true + custom_css = ["css/isso.css"] [privacy] [privacy.googleAnalytics]