1
0
Fork 0
forked from wezm/wezm.net
wezm.net/v2/config.toml

23 lines
569 B
TOML
Raw Normal View History

2020-01-27 06:53:47 +00:00
# The URL the site will be built for
2020-01-29 09:26:54 +00:00
base_url = "https://www.wezm.net/v2"
2020-01-27 06:53:47 +00:00
title = "Wesley Moore"
2020-01-28 21:38:06 +00:00
description = "Posts by Wesley Moore"
2020-01-27 06:53:47 +00:00
# Whether to automatically compile all Sass files in the sass directory
compile_sass = true
generate_rss = true
# Whether to do syntax highlighting
# Theme can be customised by setting the `highlight_theme` variable to a theme supported by Zola
highlight_code = true
# Whether to build a search index to be used later on by a JavaScript library
build_search_index = false
[extra]
author = "Wesley Moore"
email = "wes@wezm.net"