feat:rewrite using zola

This commit is contained in:
coolnsx
2025-05-16 00:19:58 +05:30
parent 7b57b1e222
commit 3819f62620
17 changed files with 2353 additions and 182 deletions

17
config.toml Normal file
View File

@@ -0,0 +1,17 @@
# The URL the site will be built for
base_url = "https://coolans.dev"
# Whether to automatically compile all Sass files in the sass directory
compile_sass = false
build_search_index = true
[markdown]
highlight_code = true
# Whether external links are to be opened in a new tab
# If this is true, a `rel="noopener"` will always automatically be added for security reasons
external_links_target_blank = true
[extra]
# Put all your custom variables here