commit 457d66f2c6e7ba5feb5127a6cc767b6a6582ea6a Author: jrosh Date: Tue Feb 3 20:03:15 2026 +0100 init diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..9e98ea4 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "themes/duckquill"] + path = themes/duckquill + url = https://codeberg.org/daudix/duckquill.git diff --git a/config.toml b/config.toml new file mode 100644 index 0000000..feeb64a --- /dev/null +++ b/config.toml @@ -0,0 +1,16 @@ +# The URL the site will be built for +base_url = "https://navod.ahojsvet.eu" + +# Whether to automatically compile all Sass files in the sass directory +compile_sass = true + +# Whether to build a search index to be used later on by a JavaScript library +build_search_index = true + +[markdown] + +[markdown.highlighting] +theme = "catppuccin-mocha" + +[extra] +# Put all your custom variables here diff --git a/themes/duckquill b/themes/duckquill new file mode 160000 index 0000000..9728717 --- /dev/null +++ b/themes/duckquill @@ -0,0 +1 @@ +Subproject commit 9728717c08733c45e8007388795f0c853d992811