-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.toml
64 lines (53 loc) · 1.38 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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
baseURL = 'https://www.jussituomi.com'
languageCode = 'en-us'
title = "jussituomi.com"
theme = "PaperMod"
publishDir = "docs"
[params]
ShowShareButtons = true
ShowReadingTime = true
ShowToc = true
ShowCodeCopyButtons = true
Comments = true
ShowFullTextinRSS = true
[outputs]
home = [ "HTML", "RSS", "JSON" ]
[params.homeInfoParams]
Title = "Hi! 👋"
Content = """\
.. and welcome to my website! My name is Jussi Tuomi and I'm a programmer and a game developer from Finland. I specialize in Unity and C#.
Right now I'm working on [Zecha Tactics](https://twitter.com/zechatactics), a turn-based RPG inspired by 80s and 90s mecha anime 🤖.
My interests are learning, reading, video games, starting too many new prototypes and going traveling sometimes. 🗺️
"""
[[params.socialIcons]]
name = "twitter"
url = "https://www.twitter.com/jushiip"
[[params.socialIcons]]
name = "github"
url = "https://www.github.com/jushii"
[[params.socialIcons]]
name = "linkedin"
url = "https://www.linkedin.com/in/jussituomi"
[[params.socialIcons]]
name = "rss"
url = "https://www.jussituomi.com/index.xml"
[[menu.main]]
identifier = "about"
name = "about"
url = "/"
weight = 10
[[menu.main]]
identifier = "posts"
name = "posts"
url = "/posts/"
weight = 20
[[menu.main]]
identifier = "tags"
name = "tags"
url = "/tags/"
weight = 30
[[menu.main]]
identifier = "archives"
name = "archives"
url = "/archives/"
weight = 40