yay website v2
This commit is contained in:
parent
d995b97ad8
commit
b8e9086f87
7 changed files with 552 additions and 47 deletions
17
config.toml
17
config.toml
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue