aboutsummaryrefslogtreecommitdiff
path: root/config.ini
blob: b445d7d06631786de243ef8a3d40d03fefa46bae (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
#
# Global Blog Settings
#
[Blog]
# Name of the blog. Default is "Blog".
Name=SeenBlog
# Description of the blog.
Description=This is a placeholder description, take a look at the config.ini file if you want to change it!
# Footer of each page.
Footer=Generated by Seen, Flask Edition.
# Enable RSS.
RSS=y
# URL where Seen is served.
URL=127.0.0.1:5000/

#
# Articles
#
[Hello_World]
Title=Hello World!
Description=Welcome to your new blog!
Date=01 Oct 2022