diff options
Diffstat (limited to 'siteconfig.py')
-rw-r--r-- | siteconfig.py | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/siteconfig.py b/siteconfig.py index 8917a20..f5cbee6 100644 --- a/siteconfig.py +++ b/siteconfig.py @@ -35,8 +35,8 @@ class siteconfig: # REQUIRED SETTINGS # - DOMAIN = "example.net" # Your site here! - HOME_TITLE = "WELCOME" + DOMAIN = "mjfer.net" # Your site here! + HOME_TITLE = "welcome" LINKS_FILE = ".links" # ".lnx" if you like DESC_FILE = ".description" # ".desc" DEFAULT_MIMETYPE = "application/octet-stream" @@ -92,16 +92,16 @@ class siteconfig: # RSS Settings rss_channel_config = { - 'TITLE': "RSS Feed for example.net", - 'LINK': "http://127.0.0.1:5000/", - 'DESCRIPTION': "My example feed", + 'TITLE': "mjfer.net RSS Feed", + 'LINK': "https://mjfer.net/", + 'DESCRIPTION': "feed organized by the latest updated files", 'LANGUAGE': "en-us", 'PUBDATE': "", 'LASTBUILDDATE': "", 'DOCS': "https://git.mjfer.net/ezcms.git/", 'GENERATOR': "EZCMS", - 'AUTHOR': "editor@example.net", - 'WEBMASTER': "webmaster@example.net", + 'AUTHOR': "mjf@mjfer.net", + 'WEBMASTER': "mjf@mjfer.net", # Max amount of paragraphs to print in each description 'DESCRIPTION_LENGTH': 3, # File extensions to include in RSS updates |