-
Notifications
You must be signed in to change notification settings - Fork 2
/
config.toml
42 lines (33 loc) · 959 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
37
38
39
40
41
base_url = "https://nakryiko.com"
compile_sass = true
title = "Andrii Nakryiko's Blog"
description = "Blog about technical things I work on."
generate_feeds = true
taxonomies = [
{ name = "categories", rss = true, paginate_by=5 },
{ name = "tags", rss = true, paginate_by=5 },
]
[markdown]
highlight_code = true
highlight_theme = "gruvbox-dark"
[extra]
navbar_items = [
{ url = "$BASE_URL/", name = "Home" },
{ url = "$BASE_URL/posts", name = "Posts" },
{ url = "$BASE_URL/atom.xml", name = "RSS" },
]
[extra.favicon]
favicon_16x16 = "/icons/favicon-16x16.png"
favicon_32x32 = "/icons/favicon-32x32.png"
apple_touch_icon = "/icons/apple-touch-icon.png"
safari_pinned_tab = "/icons/safari-pinned-tab.svg"
webmanifest = "/icons/site.webmanifest"
[extra.author]
name = "Andrii Nakryiko"
avatar = "/images/avatar.jpg"
[extra.social]
github = "anakryiko"
linkedin = "anakryiko"
twitter = "anakryiko"
[extra.analytics]
google = "UA-177860977-1"