-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.toml
36 lines (28 loc) · 864 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
36
# The URL the site will be built for
base_url = "https://spiss.dev"
theme = "tabi-local"
title = "spiss.dev"
description = "Lukas Spiss - personal page and blog."
author = "spissable"
generate_feeds = true
compile_sass = true
minify_html = true
build_search_index = false
[markdown]
highlight_code = true
[extra]
favicon = "/favicon.ico"
full_content_in_feed = true
skin = "blue"
copy_button = true
menu = [
{ name = "blog", url = "blog", trailing_slash = true },
{ name = "about", url = "about", trailing_slash = true },
]
feed_icon = true
email = "[email protected]"
socials = [
{ name = "github", url = "https://github.com/spissable/", icon = "github" },
{ name = "linkedin", url = "https://www.linkedin.com/in/lukas-spiss/", icon = "linkedin" },
{ name = "instagram", url = "https://instagram.com/spisslukas", icon = "instagram" },
]