-
Notifications
You must be signed in to change notification settings - Fork 4
/
config.toml
87 lines (74 loc) · 2.5 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
baseURL = 'https://hf2021.tasikcode.xyz/'
languageCode = 'en-us'
title = "Tasikcode X Hacktoberfest 2021"
theme = 'PaperMod'
paginate = 5
enableRobotsTXT = true
buildDrafts = false
buildFuture = false
buildExpired = false
[minify]
disableXML = true
minifyOutput = true
[params]
env = "production"
title = "Tasikcode Hacktoberfest 2021"
description = "Tasikcode X Hacktoberfest 2021 is an online event for code enthusiast in Tasikmalaya, Indonesia"
keywords = [ "Tasikcode", "Hacktoberfest", "2021", "Indonesia" ]
author = "Tasikcode"
DateFormat = "January 2, 2006"
defaultTheme = "auto"
disableThemeToggle = false
ShowReadingTime = true
ShowShareButtons = true
ShowPostNavLinks = true
ShowBreadCrumbs = true
ShowCodeCopyButtons = false
disableSpecial1stPost = false
disableScrollToTop = false
comments = false
hidemeta = false
hideSummary = false
showtoc = false
tocopen = false
[params.homeInfoParams]
Title = "Halo Tasikmalaya 👋"
Content = "Mari kita ramaikan acara Hacktoberfest 2021 dengan berkontribusi di proyek open source Tasikcode. Sedikit cerita, Hacktoberfest adalah event yang digagas oleh Digital Ocean sejak 8 Tahun lalu setiap bulan Oktober. Selama kurun waktu sebulan, kita diajak untuk berkontribusi dalam proyek-proyek opensource supaya lebih banyak lagi developer-developer yang bisa bergabung kedalam ekosistem sumber terbuka dunia. Untuk mengawali, kalian bisa search repositori hacktoberfest 2021 di Github/tasikcode dan mulai berkontribusi atau ikuti diskusinya dengan bergabung di Discord kita. Ikuti update event ini di postingan-postingan dari kawan-kawan baraya Tasikcode dibawah. Sampai ketemu disana. "
[[params.socialIcons]]
name = "twitter"
url = "https://twitter.com/tasikcode"
[[params.socialIcons]]
name = "instagram"
url = "https://instagram.com/tasikcode"
[[params.socialIcons]]
name = "discord"
url = "https://discord.gg/Qbx5pRSH"
[[params.socialIcons]]
name = "github"
url = "https://github.com/tasikcode"
[params.cover]
hidden = false
hiddenInList = true
hiddenInSingle = true
[params.editPost]
URL = "https://github.com/<path_to_repo>/content"
Text = "Suggest Changes"
appendFilePath = true
[params.fuseOpts]
isCaseSensitive = false
shouldSort = true
location = 0
distance = 1_000
threshold = 0.4
minMatchCharLength = 0
keys = [ "title", "permalink", "summary", "content" ]
[[menu.main]]
identifier = "categories"
name = "categories"
url = "/categories/"
weight = 10
[[menu.main]]
identifier = "tags"
name = "tags"
url = "/tags/"
weight = 20