summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorAndronaco Marco <marco.andronaco@olivetti.com>2023-07-13 16:53:18 +0200
committerAndronaco Marco <marco.andronaco@olivetti.com>2023-07-13 16:53:18 +0200
commit055dd5e7d4eaa240f2092d4bc3e1a38f41d52bd6 (patch)
treed0c9b67771e7c60c5d30749df55207c7140b0639
downloadzola-website-055dd5e7d4eaa240f2092d4bc3e1a38f41d52bd6.tar.gz
initial commit
-rw-r--r--.gitmodules3
-rw-r--r--config.toml29
m---------themes/anemone0
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