feat: add links
This commit is contained in:
parent
d4e8bde4cd
commit
2a4321bfa6
6 changed files with 28 additions and 3 deletions
|
|
@ -9,11 +9,14 @@ description = "Stay a while :)"
|
|||
compile_sass = true
|
||||
|
||||
# Whether to build a search index to be used later on by a JavaScript library
|
||||
build_search_index = true
|
||||
build_search_index = false # NOTE: enable this when adding a search script
|
||||
|
||||
# The site theme to use.
|
||||
theme = "anemone"
|
||||
|
||||
# When set to "true", a feed is automatically generated.
|
||||
generate_feeds = false
|
||||
|
||||
[markdown]
|
||||
# Whether to do syntax highlighting
|
||||
# Theme can be customised by setting the `highlight_theme` variable to a theme supported by Zola
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue