32 lines
1.1 KiB
TOML
32 lines
1.1 KiB
TOML
# The URL the site will be built for
|
|
base_url = "https://rbitton.com"
|
|
|
|
# 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 = false
|
|
|
|
theme = "terminus"
|
|
title = "Raphael Bitton"
|
|
author = "Raphael Bitton"
|
|
|
|
[markdown]
|
|
# Whether to do syntax highlighting
|
|
# Theme can be customised by setting the `highlight_theme` variable to a theme supported by Zola
|
|
highlight_code = false
|
|
|
|
[extra]
|
|
# Put all your custom variables here
|
|
main_menu = [
|
|
{ name = "about", url = "about", trailing_slash = true },
|
|
{ name = "resume", url = "resume", trailing_slash = true },
|
|
{ name = "meditations", url = "meditations", trailing_slash = true },
|
|
{ name = "git", url = "https://git.rbitton.com/rbitton", new_tab = true },
|
|
{ name = "photos", url = "https://photos.rbitton.com/share/ujS7skFBGW0xG22K2SCE6JsIppM-8tAlb_wyl39J0KDs7rTYY38AQ8z44tLOktCQErA", new_tab = true },
|
|
{ name = "flights", url = "https://flights.rbitton.com/share/public", new_tab = true },
|
|
]
|
|
|
|
copyright = "© $YEAR $AUTHOR"
|
|
favicon_emoji = "🐧"
|