-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.toml
67 lines (54 loc) · 1.41 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
65
66
67
baseURL = "https://www.yaxit.ml"
title = "Andrea's Den"
languageCode = "en-us"
theme = "hello-friend-ng"
paginate = 10
enableRobotsTXT = true
enableEmoji = true
[permalinks]
posts = "/posts/:year/:month/:title/"
[author]
name = "Andrea Ronco"
[params]
customCSS = ["/css/custom.css"]
dateform = "Jan 2, 2006"
dateformShort = "Jan 2"
dateformNum = "2006-01-02"
dateformNumTime = "2006-01-02 15:04"
description = "Andrea Ronco"
keywords = "homepage, blog"
enableSharingButtons = true
# Subtitle for home
homeSubtitle = "Electrical Engineer // Researcher @ ETH Zürich"
[params.logo]
logoMark = ">"
logoText = "cd /home/"
logoHomeLink = "/"
[[params.social]]
name = "twitter"
url = "https://twitter.com/theyaxit"
[[params.social]]
name = "email"
url = "mailto:[email protected]"
[[params.social]]
name = "github"
url = "https://github.com/Yaxit/"
[[params.social]]
name = "linkedin"
url = "https://www.linkedin.com/in/andrea-ronco/"
[[params.social]]
name = "googlescholar"
url = "https://scholar.google.com/citations?user=q2BNZmwAAAAJ"
[menu]
[[menu.main]]
identifier = "about"
name = "About"
url = "about/"
[[menu.main]]
identifier = "posts"
name = "Posts"
url = "posts/"
[[menu.main]]
identifier = "cv"
name = "CV"
url = "cv/"