From f10f92353f7b87325de13af980224ae62f2960c5 Mon Sep 17 00:00:00 2001 From: "(quasar) nebula" Date: Mon, 28 Apr 2025 18:04:45 -0300 Subject: real initial commit PRETTY SNAZZY --- pelicanconf.py | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 pelicanconf.py (limited to 'pelicanconf.py') diff --git a/pelicanconf.py b/pelicanconf.py new file mode 100644 index 0000000..f780c8a --- /dev/null +++ b/pelicanconf.py @@ -0,0 +1,31 @@ +AUTHOR = 'nebula' +SITENAME = "Nebula's Blog" +SITEURL = "https://nebula.hsmusic.wiki" + +PATH = "content" +THEME = "theme/neb" + +TIMEZONE = 'Canada/Atlantic' +DEFAULT_LANG = 'en' +DEFAULT_PAGINATION = 10 + +RELATIVE_URLS = True + +MARKDOWN = { + "extension_configs": { + "markdown.extensions.attr_list": {}, + + "markdown.extensions.codehilite": { + "guess_lang": False, + }, + + "markdown.extensions.fenced_code": {}, + "markdown.extensions.md_in_html": {}, + "markdown.extensions.meta": {}, + + "markdown.extensions.toc": { + "title": "table of contents", + }, + }, + "output_format": "html5", +} -- cgit 1.3.0-6-gf8a5