summaryrefslogtreecommitdiff
path: root/config.toml
diff options
context:
space:
mode:
authorjaseg <git@jaseg.de>2023-03-19 15:56:09 +0100
committerjaseg <git@jaseg.de>2023-03-19 15:56:09 +0100
commit520b18c751b20e96059d4bda84df011d81f76eb7 (patch)
tree5531100a005cbc1aa9fca5322feb960b34da191f /config.toml
parentc55e92fe93ebb31ba8d46928313dc1d6a08f448d (diff)
parent3f1760b0a11bbb4ff425b9298a2a94a2fce44aae (diff)
downloadblog-520b18c751b20e96059d4bda84df011d81f76eb7.tar.gz
blog-520b18c751b20e96059d4bda84df011d81f76eb7.tar.bz2
blog-520b18c751b20e96059d4bda84df011d81f76eb7.zip
deploy.py auto-commit
Diffstat (limited to 'config.toml')
-rw-r--r--config.toml63
1 files changed, 0 insertions, 63 deletions
diff --git a/config.toml b/config.toml
deleted file mode 100644
index 388e05b..0000000
--- a/config.toml
+++ /dev/null
@@ -1,63 +0,0 @@
-baseURL = "http://jaseg.de/"
-languageCode = "en-us"
-title = "Home"
-copyright = "Jan Sebastian Götte"
-theme = "conspiracy"
-
-[taxonomies]
-category = "Categories"
-blog = "Posts"
-
-[[menu.main]]
-name = "Home"
-url = "/"
-weight = 1
-
-[[menu.main]]
-name = "Blog"
-url = "/blog/"
-weight = 2
-
-[[menu.main]]
-name = "Projects"
-url = "/projects/"
-weight = 3
-
-[[menu.main]]
-name = "About"
-url = "/about/"
-weight = 4
-
-[[params.profile_links]]
-name = "cgit"
-url = "https://git.jaseg.de/"
-weight = 1
-
-[[params.profile_links]]
-name = "Github"
-url = "https://github.com/jaseg"
-weight = 2
-
-[[params.profile_links]]
-name = "Gitlab"
-url = "https://gitlab.com/neinseg"
-weight = 3
-
-[[params.profile_links]]
-name = "Mastodon"
-url = "https://chaos.social/jaseg"
-weight = 4
-
-[[params.footer_links]]
-name = "About"
-url = "/about/"
-weight = 1
-
-[[params.footer_links]]
-name = "Imprint"
-url = "/imprint/"
-weight = 2
-
-
-[security.exec]
-allow = ["^dart-sass-embedded$", "^go$", "^npx$", "^postcss$", "^rst2html$"]