commit af83c4db7b26e8a9ce0577bdb71fc0060e9b452b Author: Emil Miler Date: Thu Dec 2 10:44:45 2021 +0100 Zola init diff --git a/config.toml b/config.toml new file mode 100644 index 0000000..1c91fcf --- /dev/null +++ b/config.toml @@ -0,0 +1,7 @@ +base_url = "https://em.0x45.cz" +title = "em.0x45.cz" +compile_sass = true +build_search_index = false + +[markdown] +highlight_code = false diff --git a/content/_index.md b/content/_index.md new file mode 100644 index 0000000..ac36e06 --- /dev/null +++ b/content/_index.md @@ -0,0 +1,2 @@ ++++ ++++ diff --git a/public/style.css b/public/style.css new file mode 100644 index 0000000..e69de29 diff --git a/sass/style.scss b/sass/style.scss new file mode 100644 index 0000000..e69de29 diff --git a/templates/index.html b/templates/index.html new file mode 100644 index 0000000..a741e65 --- /dev/null +++ b/templates/index.html @@ -0,0 +1,10 @@ + + + + + {% block title %}{{ config.title }}{% endblock title %} + + + ... + +