-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.toml
77 lines (59 loc) · 1.46 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
title = "Ngoding Kuy!"
baseURL = "https://dhymasriyanto.github.io/"
languageCode = "id"
MetaDataFormat = "yaml"
googleAnalytics = "UA-144994408-1"
theme = "ngodingkuy"
relativeURLs = true
summaryLength = 5
[related]
includeNewer = true
threshold = 80
toLower = false
[[related.indices]]
name = "title"
weight = 110
[[related.indices]]
name = "categories"
weight = 100
[[related.indices]]
name = "tags"
weight = 90
[[related.indices]]
name = "date"
weight = 80
[params]
Description = "Blog untuk para pencari solusi"
[taxonomies]
tag = "tags"
category = "categories"
disqusShortname = "ngodingkuy"
# [author]
# name = "Dhymas Julyan Riyanto"
# homepage = "https://github.com/dhymasriyanto"
# bio = "My Mother always tells me to smile and put on happy face"
# image = "https://avatars0.githubusercontent.com/u/32106219?s=460&v=4"
[menu]
[[menu.main]]
identifier = "beranda"
name = "Beranda"
url = "/"
weight = 100
[[menu.main]]
identifier = "posts"
name = "Postingan"
url = "/posts/"
weight = 110
[[menu.main]]
identifier = "tentang"
name = "Tentang"
url = "/tentang/"
weight = 130
[[menu.main]]
identifier = "categories"
name = "Kategori"
url = "/categories/"
weight = 120
[mediaTypes]
[mediaTypes.'text/html']
suffixes = ['js']