-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.toml
98 lines (78 loc) · 2.65 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
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
baseurl = "https://continueproject.com"
title = "The Continue Project"
languageCode = "en-us"
theme = "hello-friend-ng"
paginate = 10
googleAnalytics = "UA-4880035-39"
enableGitInfo = true
[params.Portrait]
Path = "/ContinueProject-Icon-ColorFG-TransparentBG-CloseCrop-200px.png"
# Social icons
[[params.social]]
name = "discord"
url = "https://discord.gg/KMQUHZQpjd"
[[params.social]]
name = "twitter"
url = "https://twitter.com/continueproj"
[[params.social]]
name = "facebook"
url = "https://www.facebook.com/thecontinueproject/"
[[params.social]]
name = "dev"
url = "https://dev.to/thecontinueproject"
[[params.social]]
name = "github"
url = "https://github.com/orgs/The-Continue-Project"
[params]
dateform = "Jan 2, 2006"
dateformShort = "Jan 2"
dateformNum = "2006-01-02"
dateformNumTime = "2006-01-02 15:04"
gitUrl = "https://github.com/The-Continue-Project/continueproject/commit/"
# Subtitle for home
homeSubtitle = "While this body contains breath, I will continue."
# Set disableReadOtherPosts to true in order to hide the links to other posts.
disableReadOtherPosts = false
# Enable sharing buttons, if you linke
enableSharingButtons = true
# Metadata mostly used in document's head
description = "While this body contains breath, I will continue."
keywords = "engineering, software development, mental health, suicide prevention"
images = [""]
# Default theme "light" or "dark"
defaultTheme = "dark"
footerRight = "Theme Made With ❤ by <a href=\"https://github.com/rhazdon\">Djordje Atlialp</a>"
[permalinks]
posts = "/posts/:title/"
[taxonomies]
category = "blog"
tag = "tags"
series = "series"
[languages]
[languages.en]
title = "The Continue Project"
subtitle = "While this body contains breath, I will continue."
keywords = "engineering, software development, mental health, suicide prevention"
copyright = '<a href="https://creativecommons.org/licenses/by-nc/4.0/" target="_blank" rel="noopener">CC BY-NC 4.0</a>'
readOtherPosts = "Read other posts"
[languages.en.params.logo]
logoText = "continue;"
logoHomeLink = "/"
# or
#
# path = "/img/your-example-logo.svg"
# alt = "Your example logo alt text"
# And you can even create generic menu
[menu]
[[menu.main]]
identifier = "blog"
name = "Blog"
url = "/posts"
[[menu.main]]
identifier = "code"
name = "Code of Conduct"
url = "/code-of-conduct"
[[menu.main]]
identifier = "about"
name = "About"
url = "/about"