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
|
|
|
|
|
2020-09-07 00:48:16 +00:00
|
|
|
generate_feed = true
|
|
|
|
feed_filename = "rss.xml"
|
2020-01-27 06:53:47 +00:00
|
|
|
|
2021-08-25 23:09:18 +00:00
|
|
|
# Whether to build a search index to be used later on by a JavaScript library
|
|
|
|
build_search_index = false
|
|
|
|
|
|
|
|
[markdown]
|
2020-01-27 06:53:47 +00:00
|
|
|
# Whether to do syntax highlighting
|
|
|
|
# Theme can be customised by setting the `highlight_theme` variable to a theme supported by Zola
|
|
|
|
highlight_code = true
|
2021-08-25 23:09:18 +00:00
|
|
|
smart_punctuation = true
|
2020-01-27 06:53:47 +00:00
|
|
|
|
|
|
|
[extra]
|
|
|
|
author = "Wesley Moore"
|
|
|
|
email = "wes@wezm.net"
|
2020-09-14 00:53:19 +00:00
|
|
|
twitter_name = "@wezm"
|