aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--siteconfig.py12
1 files changed, 6 insertions, 6 deletions
diff --git a/siteconfig.py b/siteconfig.py
index 4a653d4..da21d11 100644
--- a/siteconfig.py
+++ b/siteconfig.py
@@ -8,7 +8,7 @@ from config import config
class siteconfig(config):
# REQUIRED SETTINGS #
- DOMAIN = "example.net" # Your site here!
+ DOMAIN = "mjfer.net" # Your site here!
HOME_TITLE = "WELCOME"
LINKS_FILE = ".links" # ".lnx" if you like
DESC_FILE = ".description" # ".desc"
@@ -36,16 +36,16 @@ class siteconfig(config):
# RSS Settings
rss_channel_config = {
- 'TITLE': "RSS Feed for example.net",
- 'LINK': "http://127.0.0.1:5000/",
- 'DESCRIPTION': "My example feed",
+ 'TITLE': "RSS Feed for mjfer.net",
+ 'LINK': "mjfer.net",
+ 'DESCRIPTION': "",
'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