diff options
author | mjfernez <mjf@mjfer.net> | 2021-11-07 15:37:34 -0500 |
---|---|---|
committer | mjfernez <mjf@mjfer.net> | 2021-11-07 15:37:34 -0500 |
commit | 9272d1b1b63984fcf0cfab8c27cdc271b0fe29c5 (patch) | |
tree | c643a1faaf24c6393d32d644b0bade876dca8373 /siteconfig.py | |
parent | ec6feec81ebab89dc6779027649b1ce517042d22 (diff) | |
download | ezcms-9272d1b1b63984fcf0cfab8c27cdc271b0fe29c5.tar.gz |
Commit all local files for mjfer.net
Excepting files in site-files.git
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 |