summaryrefslogtreecommitdiff
path: root/pelicanconf.py
diff options
context:
space:
mode:
authorDaniel Hader <[email protected]>2026-08-29 13:06:16 -0500
committerDaniel Hader <[email protected]>2026-08-29 13:06:16 -0500
commit5fa81500dcc07a853a01b0b0d813069467995807 (patch)
tree4edb04d0a99ee88492f99eb7a09d8982b56280f9 /pelicanconf.py
work in progress css
Diffstat (limited to 'pelicanconf.py')
-rw-r--r--pelicanconf.py30
1 files changed, 30 insertions, 0 deletions
diff --git a/pelicanconf.py b/pelicanconf.py
new file mode 100644
index 0000000..df49286
--- /dev/null
+++ b/pelicanconf.py
@@ -0,0 +1,30 @@
+AUTHOR = 'Daniel Hader'
+SITENAME = 'DanielHader.net'
+SITESUBTITLE = "Where the dandelions once bloomed"
+SITEURL = ""
+
+PATH = "content"
+
+TIMEZONE = 'America/Chicago'
+
+DEFAULT_LANG = 'en'
+
+# Theme and style settings
+THEME = "themes/simple"
+
+# Feed generation is usually not desired when developing
+FEED_ALL_ATOM = None
+CATEGORY_FEED_ATOM = None
+TRANSLATION_FEED_ATOM = None
+AUTHOR_FEED_ATOM = None
+AUTHOR_FEED_RSS = None
+
+# Blogroll
+LINKS = [
+ ("Aprilwalker.io", "http://aprilwalker.io/"),
+]
+
+DEFAULT_PAGINATION = 20
+
+# Uncomment following line if you want document-relative URLs when developing
+# RELATIVE_URLS = True