-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathhugo.toml
84 lines (65 loc) · 1.44 KB
/
hugo.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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
title = "luizdepra"
theme = "coder"
languageCode = "en"
defaultContentLanguage = "en"
paginate = 20
canonifyURLs = true
enableEmoji = true
enableGitInfo = true
[taxonomies]
category = "categories"
series = "series"
tag = "tags"
[markup.highlight]
style = "github-dark"
tabWidth = 4
[params]
author = "Luiz de Prá"
avatarURL = "images/avatar.jpg"
images = ["images/og_cover.png"]
description = "Luiz de Prá's personal site and blog"
keywords = "blog,developer,personal,software,python,c++,go,rust"
info = "Software and Game Developer"
dateFormat = "2006-01-02"
colorScheme = "dark"
hideColorSchemeToggle = true
customSCSS = ["scss/custom.scss"]
[params.goatCounter]
code = "luizdepra"
[[params.social]]
name = "Github"
icon = "fa-brands fa-github fa-2x"
weight = 1
url = "https://github.com/luizdepra/"
[[params.social]]
name = "Bluesky"
icon = "fa-brands fa-bluesky fa-2x"
weight = 2
url = "https://bsky.app/profile/luizdepra.dev"
[[params.social]]
name = "Mastodon"
icon = "fa-brands fa-mastodon fa-2x"
weight = 3
url = "https://mastodon.gamedev.place/@luizdepra"
[[params.social]]
name = "LinkedIn"
icon = "fa-brands fa-linkedin fa-2x"
weight = 4
url = "https://www.linkedin.com/in/luizdepra/"
[[params.social]]
name = "RSS"
icon = "fa fa-rss-square fa-2x"
weight = 5
url = "/posts/index.xml"
[[menu.main]]
name = "Now"
weight = 1
url = "now/"
[[menu.main]]
name = "Blog"
weight = 2
url = "posts/"
[[menu.main]]
name = "About"
weight = 3
url = "about/"