-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.toml
35 lines (28 loc) · 978 Bytes
/
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
35
base_url = "https://thiagomajesk.github.io"
author = "Thiago Majesk Goulart"
title = "Thiago's Guide To Everything"
description = """
Hello! I'm Thiago, and this is the place where I share some of my discoveries with the world. The main purpose of this page is to serve as a storage where I can index my thoughts and useful information I forget after a while. Feel free to snoop around :)
"""
compile_sass = false
build_search_index = false
generate_feeds = true
feed_filenames = ["rss.xml", "atom.xml"]
taxonomies = [
{ name = "categories", feed = true, paginate_by = 10 },
{ name = "tags", feed = true, paginate_by = 10 },
]
[markdown]
# Whether to do syntax highlighting
# Theme can be customised by setting the `highlight_theme` variable to a theme supported by Zola
highlight_code = true
[extra]
logo = "img/beholder.png"
image = "img/opengraph.png"
keywords = [
"programing",
"development",
"career",
"elixir",
"software enginnering",
]