commit 5d06f25876ecfae0b3553abcbb9ee243123e9d35 Author: Lyes Saadi Date: Fri Apr 3 14:36:00 2026 +0200 Zola init diff --git a/content/_index.md b/content/_index.md new file mode 100644 index 0000000..d7aab48 --- /dev/null +++ b/content/_index.md @@ -0,0 +1,5 @@ ++++ +title = "Minish : Mini Service d'auto-Hébergement" +[extra] +no_header = true ++++ diff --git a/zola.toml b/zola.toml new file mode 100644 index 0000000..ca8290e --- /dev/null +++ b/zola.toml @@ -0,0 +1,21 @@ +base_url = "https://minish.link" +title = "minish.link" +description = "Mini Service d'auto-Hébergement pour des amis" +author = "Lyes Saadi" +default_language = "fr" +output_dir = "public" + +theme = "ametrine" +compile_sass = true +build_search_index = false + +[markdown] + +[markdown.highlighting] +theme = "catppuccin-mocha" + +[extra.nav] +# icon = "icon.png" +links = [ + { url = "#", name = "Services", icon = "newspaper" }, +]