-
-
Notifications
You must be signed in to change notification settings - Fork 22
/
Copy pathconfig.toml
151 lines (132 loc) · 5.62 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
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
baseURL = "https://wisnuwiry.netlify.app/"
languageCode = "id"
summaryLength = 10
theme = "personal-site"
title = "Wisnuwiry"
[Author]
photo = "/img/avatar.webp"
bio = "Mobile Tech Enthusiast | Software Engineer | Blogger. Penggemar Teknologi di bidang Computer Science."
donate = true
email = "wisnuwiry@gmail.com"
gender = "male"
job = "Software Engineer"
name = "Wisnu G. Saputra"
[Params]
GoogleAnalytics = "UA-147337173-1"
authorbox = true
comments = true
copyright = "Wisnuwiry"
customJS = []
customSearchId = "004021659876411083349:a2ysxpichpc"
dateFormat = "January 02, 2006"
description = "Sebuah catatan dan blog pribadi saya. Saya juga akan membagi tentang pengalaman saya dan teknologi-teknolgi yang saya gunakan/pelajari atau yang sedang populer."
editContentPageLink = "https://github.com/wisnuwiry/blog-v2/edit/master/content/"
endMessagePost = "Jika terdapat kesalahan penulisan, typo, atau kurang sesuai dalam penulisan, bantu Saya untuk"
fb_admins = 100023577212451
fb_app_id = 192065405413624
fontUnit = "em"
formspreeId = "xjvperzz"
googleSearchConsole = "DPzG0dF0bj2j3vTCIxUjOWLgW7skB2mX7J0DrX0_6bM"
hideNoPostsWarning = false
images = ["img/avatar.webp"]
largestFontSize = 2.5
mainMenuAlignment = "right"
mainSections = ["post", "snippet", "series"]
opengraph = true
paginateLength = 5
related = true
relatedMax = 5
smallestFontSize = 1
subTitle = "Personal Site"
twitter_cards = true
adsenseId = "ca-pub-5716214409772312"
[Params.Breadcrumb]
enable = true
homeText = "Home"
[Params.Comments]
repository = "wisnuwiry/blog-v2"
[Params.Entry]
meta = ["date", "categories"]
toc = true
tocOpen = false
[Params.Hero]
title = "Hello, I'm Wisnu G. Saputra"
desc = "Seorang ~Software Engineer~ yang suka dengan berbagi."
[Params.Manifest]
backgroundColor = "#8dc153"
description = "Personal Site By Wisnuwiry"
display = "standalone"
name = "Wisnuwiry Blog"
orientation = "portrait"
scope = "/"
shortName = "Wisnuwiry"
startUrl = "/?utm_source=homescreen"
themeColor = "#1da1f2"
[Params.Share]
facebook = true
linkedin = true
pinterest = true
reddit = true
telegram = true
twitter = true
[Params.Social]
github = "wisnuwiry"
gitlab = "wisnuwiry"
linkedin = "wisnu-saputra"
medium = "wisnuwiry"
telegram = "wisnuwiry"
twitter = "wisnuwiry"
[markup.highlight]
codeFences = true
guessSyntax = false
hl_Lines = ""
lineNoStart = 1
lineNos = true
lineNumbersInTable = true
noClasses = false
style = "dracula"
tabWidth = 4
[markup.tableOfContents]
endLevel = 3
ordered = false
startLevel = 2
[[menu.main]]
identifier = "Series"
pre = "📚"
url = "/series"
weight = 1
[[menu.main]]
identifier = "Post"
pre = "📝"
url = "/post"
weight = 2
[[menu.main]]
identifier = "Snippet"
pre = "⚒️"
url = "/snippet"
weight = 3
[[menu.main]]
identifier = "About"
pre = "😃"
url = "/about"
weight = 5
[[menu.main]]
identifier = "Contact"
pre = "🤙"
url = "/contact"
weight = 6
[outputFormats.MANIFEST]
baseName = "manifest"
isPlainText = true
mediaType = "application/json"
notAlternative = true
[outputs]
Paginate = 5
enableRobotsTXT = true
home = ["HTML", "RSS", "MANIFEST"]
[sitemap]
changeFreqPage = "monthly"
changefreq = "daily"
filename = "sitemap.xml"
priority = 1
priorityPage = 0.5