From 1174ba9837f56c69bb3a9554b10a60b6477438ed Mon Sep 17 00:00:00 2001 From: Pavel Kirilin Date: Mon, 21 Jul 2025 22:00:30 +0200 Subject: [PATCH] Initial commit. --- config.toml | 45 ++++++++++++++++++++++++++++++++++++++++++ content/posts/index.md | 6 ++++++ themes/hermit_zola | 1 + 3 files changed, 52 insertions(+) create mode 100644 config.toml create mode 100644 content/posts/index.md create mode 160000 themes/hermit_zola diff --git a/config.toml b/config.toml new file mode 100644 index 0000000..e5890cf --- /dev/null +++ b/config.toml @@ -0,0 +1,45 @@ +# The URL the site will be built for +title = "s3rius" +base_url = "https://s3rius.blog" +theme = "hermit_zola" +compile_sass = true +minify_html = true + +build_search_index = true +generate_sitemap = true +generate_robots_txt = true + +[markdown] +highlight_code = true +render_emojis = true +smart_punctuation = true + +[extra] +home_subtitle = "Notes on writing unmaintainable software" + +footer_copyright = ' · CC BY-NC 4.0' + +hermit_menu = [ + { link = "/posts", name = "Posts" }, + { link = "/about", name = "About" }, +] + +hermit_social = [ + { name = "github", link = "https://github.com/s3rius" }, + { name = "telegram", link = "https://t.me/s3rius_san" }, + { name = "email", link = "mailto:s3rius@le-memese.com" }, +] + + +[extra.highlightjs] +enable = true +clipboard = true +theme = "vs2015" + +[extra.author] +name = "Pavel Kirilin" +email = "s3rius@le-memese.com" + +[extra.google_analytics] +enable = false +id = "UA-4XXXXXXX-X" diff --git a/content/posts/index.md b/content/posts/index.md new file mode 100644 index 0000000..21357a8 --- /dev/null +++ b/content/posts/index.md @@ -0,0 +1,6 @@ ++++ ++++ + +# Posts + +into-kube diff --git a/themes/hermit_zola b/themes/hermit_zola new file mode 160000 index 0000000..94faef2 --- /dev/null +++ b/themes/hermit_zola @@ -0,0 +1 @@ +Subproject commit 94faef2295e2a64190a0e0f6760920ab54924847