diff options
author | Andronaco Marco <marco.andronaco@olivetti.com> | 2023-07-13 16:53:18 +0200 |
---|---|---|
committer | Andronaco Marco <marco.andronaco@olivetti.com> | 2023-07-13 16:53:18 +0200 |
commit | 055dd5e7d4eaa240f2092d4bc3e1a38f41d52bd6 (patch) | |
tree | d0c9b67771e7c60c5d30749df55207c7140b0639 | |
download | zola-website-055dd5e7d4eaa240f2092d4bc3e1a38f41d52bd6.tar.gz |
initial commit
-rw-r--r-- | .gitmodules | 3 | ||||
-rw-r--r-- | config.toml | 29 | ||||
m--------- | themes/anemone | 0 |
3 files changed, 32 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..cc92412 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "themes/anemone"] + path = themes/anemone + url = https://github.com/Speyll/anemone diff --git a/config.toml b/config.toml new file mode 100644 index 0000000..3c34d2d --- /dev/null +++ b/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" }, +] diff --git a/themes/anemone b/themes/anemone new file mode 160000 +Subproject 61fc21c07c318b1c1c5db564615f9e55aae118f |