initial commit
Andronaco Marco marco.andronaco@olivetti.com
Thu, 13 Jul 2023 16:53:18 +0200
2 files changed,
32 insertions(+),
0 deletions(-)
A
.gitmodules
@@ -0,0 +1,3 @@
+[submodule "themes/anemone"] + path = themes/anemone + url = https://github.com/Speyll/anemone
A
config.toml
@@ -0,0 +1,29 @@
+# The URL the site will be built for +base_url = "https://tilde.team/~birabittoh/" +title = "BiRabittoh" +description = "test" +default_language = "en" +minify_html = true +generate_feed = true +compile_sass = false +build_search_index = false +taxonomies = [ + { name = "tags" }, +] +theme = "anemone" + +[markdown] +render_emoji = true +external_links_target_blank = true +smart_punctuation = true +highlight_code = true +#highlight_theme = "gruvbox-dark" + +[extra] +author = "Marco Andronaco" +header_nav = [ + { name = "/home/", url = "/" }, + { name = "/about/", url = "/about" }, + { name = "/journal/", url = "/journal" }, + { name = "/blog/", url = "/blog" }, +]