-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathconfig.toml
64 lines (52 loc) · 1.02 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
baseURL = 'https://6sixty6.github.io/'
languageCode = 'en-us'
title = 'SixSixtySix Corp.'
theme = "cactus"
[params]
colortheme = "dark"
description = "KEEPING THE SCENE ALIVE 👾 🚀"
mainSection = "posts"
mainSectionTitle = "Writings"
showAllPostsOnHomePage = false
postsOnHomePage = 5
showProjectsList = true
googleAnalyticsAsync = true
rss = true
showAllPostsArchive = false
[[menu.main]]
name = "Home"
url = "/"
weight = 1
[[menu.main]]
name = "Writings"
url = "/posts"
weight = 2
[[menu.main]]
name = "Tags"
url = "/tags"
weight = 3
[[menu.main]]
name = "About"
url = "/about"
weight = 4
[[menu.main]]
name = "Members"
url = "/members"
weight = 5
[[params.social]]
name = "github"
link = "https://github.com/6Sixty6"
[[params.social]]
name = "discord"
link = "https://discord.gg/mRu7YRxJS4"
[markup]
[markup.highlight]
codeFences = true
guessSyntax = false
hl_Lines = ""
lineNoStart = 1
lineNos = false
lineNumbersInTable = true
noClasses = true
style = "monokai"
tabWidth = 4