matrix-spam-ml-docs

Docs for https://github.com/MTRNord/matrix-spam-ml/
git clone git://archive.git.mtrnord.blog/MTRNord/matrix-spam-ml-docs.git
Log | Files | Refs | Submodules

commit 8afa4e178dafabd4a5a7a9397090e1072f7df351
Author: MTRNord <mtrnord1@gmail.com>
Date:   Thu, 22 Dec 2022 13:46:46 +0200

Initial commit

Diffstat:
A.gitmodules | 3+++
Aconfig.toml | 18++++++++++++++++++
Acontent/.gitkeep | 0
Asass/.gitkeep | 0
Astatic/.gitkeep | 0
Atemplates/.gitkeep | 0
Athemes/book | 1+
7 files changed, 22 insertions(+), 0 deletions(-)

diff --git a/.gitmodules b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "themes/book"] + path = themes/book + url = https://github.com/getzola/book.git diff --git a/config.toml b/config.toml @@ -0,0 +1,18 @@ +# The URL the site will be built for +base_url = "https://mtrnord.github.io/matrix-spam-ml" + +theme = "book" + +# Whether to automatically compile all Sass files in the sass directory +compile_sass = true + +# Whether to build a search index to be used later on by a JavaScript library +build_search_index = true + +[markdown] +# Whether to do syntax highlighting +# Theme can be customised by setting the `highlight_theme` variable to a theme supported by Zola +highlight_code = true + +[extra] +# Put all your custom variables here diff --git a/content/.gitkeep b/content/.gitkeep diff --git a/sass/.gitkeep b/sass/.gitkeep diff --git a/static/.gitkeep b/static/.gitkeep diff --git a/templates/.gitkeep b/templates/.gitkeep diff --git a/themes/book b/themes/book @@ -0,0 +1 @@ +Subproject commit 343ab3b1d2077e5edca54b9594c05b59d817d798