generated from mmistakes/mm-github-pages-starter
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.toml
82 lines (65 loc) · 1.96 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
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
baseurl = "joaofonseca.dev"
title = "João Fonseca // Software Developer"
languageCode = "en-us"
theme = "hello-friend-ng"
paginate = 10
[params]
dateform = "Jan 2, 2006"
dateformShort = "Jan 2"
dateformNum = "2006-01-02"
dateformNumTime = "2006-01-02 15:04"
# Subtitle for home
homeSubtitle = "Lisbon-based game engines and C++ enthusiast, constantly juggling too many side projects and wondering where all the time goes."
# Set disableReadOtherPosts to true in order to hide the links to other posts.
disableReadOtherPosts = true
# Enable sharing buttons, if you like
enableSharingButtons = false
# Show a global language switcher in the navigation bar
enableGlobalLanguageMenu = false
# Metadata mostly used in document's head
description = "Lisbon based developer with too many side projects and not enough time"
keywords = ""
images = [""]
justifyContent = true
[params.meta]
favicon = true
[params.author]
name = "João Fonseca"
[params.logo]
logoMark = "//"
logoText = "João Fonseca"
logoHomeLink = "/"
# logoCursorDisabled = false
logoCursorColor = "#d84a4a"
logoCursorAnimate = "1s"
# logoCursorPathname = true
[params.footer]
trademark = "2022 - 2024 • João Fonseca"
rss = false
copyright = false
author = false
[[params.social]]
name = "email"
url = "mailto:[email protected]"
[[params.social]]
name = "X"
url = "https://x.com/joaofonsecadev"
[[params.social]]
name = "github"
url = "https://github.com/joaofonsecadev"
[[params.social]]
name = "linkedin"
url = "https://www.linkedin.com/in/joaofonsecadev/"
[taxonomies]
category = "categories"
tag = "tags"
series = "series"
[menu]
[[menu.main]]
identifier = "posts"
name = "Posts"
url = "/posts"
[[menu.main]]
identifier = "resume"
name = "Resume"
url = "/resume"