summaryrefslogtreecommitdiff
path: root/config.toml
diff options
context:
space:
mode:
authorjaseg <git@jaseg.de>2025-06-30 15:39:53 +0200
committerjaseg <git@jaseg.de>2025-06-30 15:39:53 +0200
commit0d45de162ce253f7c18c4c60d013ab502a3dbb1f (patch)
tree221a69f75047fba66c49d0cfd8b1455a488f6b2d /config.toml
parent752f296a77b29fc2e2284482835243bb6c12423f (diff)
parent754e3c8c02c249dfb328d3f37ed96e6aa6b8d620 (diff)
downloadblog-0d45de162ce253f7c18c4c60d013ab502a3dbb1f.tar.gz
blog-0d45de162ce253f7c18c4c60d013ab502a3dbb1f.tar.bz2
blog-0d45de162ce253f7c18c4c60d013ab502a3dbb1f.zip
deploy.py auto-commit
Diffstat (limited to 'config.toml')
-rw-r--r--config.toml74
1 files changed, 0 insertions, 74 deletions
diff --git a/config.toml b/config.toml
deleted file mode 100644
index 944bde6..0000000
--- a/config.toml
+++ /dev/null
@@ -1,74 +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
-
-[[params.homepage_categories]]
-title = "Recently updated projects"
-key = "projects"
-weight = 1
-count = 2
-
-[[params.homepage_categories]]
-title = "Blog"
-key = "blog"
-weight = 2
-count = 10
-
-[security.exec]
-allow = ["^dart-sass-embedded$", "^go$", "^npx$", "^postcss$", "^rst2html$"]