From a8e0f56048b5126c433640463c15e299ac490d55 Mon Sep 17 00:00:00 2001 From: Dominic DiTaranto Date: Fri, 17 Apr 2026 00:46:38 -0400 Subject: [PATCH] cleaning config --- config.py | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/config.py b/config.py index f988e43..a38f666 100644 --- a/config.py +++ b/config.py @@ -1,15 +1,15 @@ # ####YOU MUST FILL THESE OUT FOR THE GENERATOR TO WORK################### # Title of your website, shows in people's RSS feed -TITLE = "国際面倒くさい" +TITLE = "" # The URL to your website "https://www.yourwebsite.com" -URL = "https://jumbo.subte.cc" +URL = "" # Description of your website -DESCRIPTION = "mumbling in japanese" +DESCRIPTION = "" # Please link back to me :) -GENERATOR = "https://www.domdit.com" +GENERATOR = "" # Language of your website LANGUAGE = "en-us" @@ -17,5 +17,5 @@ LANGUAGE = "en-us" # if you want your rss feed somewhere else, like a subdir, specify that here # example: `feeds` would output your rss feed to www.yoursite.com/feeds/index.xml # if you leave it None it will be www.yourside.com/index.xml (recommended) -XML_BASE_PATH = "feeds" +XML_BASE_PATH = "" # ########################################################################