forked from aaranxu/tale-zola
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathconfig.toml
34 lines (28 loc) · 1.04 KB
/
config.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
base_url = "https://mabuya.vercel.app/"
title = "Mabuya"
description = "Mabuya is a minimal Zola theme for building light and SEO-ready blogs. Put your work front and center with Mabuya as the base of your project."
author = "Miguel Pimentel"
compile_sass = true
generate_feeds = true
feed_filenames = ["rss.xml", "atom.xml"]
minify_html = true
build_search_index = false
taxonomies = [{ name = "tags", feed = true }]
[markdown]
highlight_code = true
highlight_theme = "visual-studio-dark"
# More syntax highlighting themes: https://www.getzola.org/documentation/getting-started/configuration/#syntax-highlighting
smart_punctuation = true
[extra]
author = "Miguel Pimentel"
email = "contact@miguelpimentel.do"
github = "https://github.com/semanticdata"
timeformat = "%B %e, %Y" # e.g. June 14, 2021
[[extra.menu]]
name = "Archive"
url = "/"
[[extra.menu]]
name = "Tags"
url = "tags"
[extra.footer]
info = 'Powered by <a href="https://www.getzola.org" target="_blank">Zola</a> and <a href="https://github.com/semanticdata/mabuya">Mabuya</a>.'