diff options
| author | mjfernez <mjf@mjfer.net> | 2022-02-25 17:53:09 -0500 | 
|---|---|---|
| committer | mjfernez <mjf@mjfer.net> | 2022-02-25 17:53:09 -0500 | 
| commit | 1ac3a30c46e099436ccdb254a55a07cb62d9588a (patch) | |
| tree | 0c25fc84089f54ef1f7b58385a997ebbb792c4d0 /siteconfig.py | |
| parent | b7333699e61837793e128ae0628ac6b0b111e6dd (diff) | |
| download | ezcms-1ac3a30c46e099436ccdb254a55a07cb62d9588a.tar.gz | |
accidentally merged the example siteconfig woops
Diffstat (limited to 'siteconfig.py')
| -rw-r--r-- | siteconfig.py | 12 | 
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  | 
