chore(website): migrate from docosaurus to zola SSG

This commit is contained in:
Alexander Navarro 2024-12-23 11:16:33 -03:00
parent 13679f77ca
commit 7e8dc4ec5a
49 changed files with 341 additions and 1523 deletions

View file

@ -0,0 +1,18 @@
# The URL the site will be built for
base_url = "https://mini-strap.alecodes.page"
output_dir = "dist"
# 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