aboutsummaryrefslogtreecommitdiff
path: root/config.ini
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--config.ini22
1 files changed, 22 insertions, 0 deletions
diff --git a/config.ini b/config.ini
new file mode 100644
index 0000000..b445d7d
--- /dev/null
+++ b/config.ini
@@ -0,0 +1,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