yay website v2

This commit is contained in:
lynxize 2024-11-14 20:28:28 -07:00
parent d995b97ad8
commit b8e9086f87
7 changed files with 552 additions and 47 deletions

View file

@ -1,16 +1,19 @@
# The URL the site will be built for
base_url = "https://lynxize.dev"
# Whether to automatically compile all Sass files in the sass directory
compile_sass = true
compile_sass = false
build_search_index = false
generate_feeds = false # need to configure it to be at /blog/atom.xml which takes Work(tM)
# 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_syntaxes_and_themes=["highlight_themes"]
highlight_theme = "Erebus"
external_links_target_blank = true
external_links_no_referrer = true
[extra]
# Put all your custom variables here