-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.toml
50 lines (42 loc) · 1.15 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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
base_url = "https://toniogela.dev"
default_language = "en"
compile_sass = true
generate_feeds = true
feed_limit = 1000
feed_filenames = ["rss.xml"]
title = "TonioGela's"
description = "\"In order to understand recursion, one must first understand recursion\""
build_search_index = false
minify_html = true
[markdown]
highlight_code = true
extra_syntaxes_and_themes = ["syntaxes"]
highlight_theme = "base16-ocean-dark"
render_emoji = true
[link_checker]
skip_prefixes = [
"https://twitter.com", # Twitter returns 403 in most cases
]
skip_anchor_prefixes = [
"https://github.com/casey/just", # I'm simply too lazy to fix that post
"https://github.com/cli/cli", # It can't find #installation on the page, idk why
]
[extra]
profile = "avatar.webp"
author = "Antonio Gelameris"
[extra.authors]
"TonioGela" = "https://github.com/TonioGela"
[[extra.socials]]
icon = "github"
uri = "https://github.com/TonioGela"
[[extra.socials]]
icon = "mastodon"
uri = "https://hachyderm.io/@toniogela"
[[extra.socials]]
icon = "terminal"
display = "about me"
uri = "/about"
blank = false
[[extra.socials]]
icon = "linkedin"
uri = "https://www.linkedin.com/in/toniogela/"