-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.toml
111 lines (82 loc) · 2.4 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
title = "Build - MobaGenie - Mobile Legends Build Guide"
#baseURL = "https://build.mobagenie.my.id"
#baseURL = "/"
# CORDOVA CONF
baseURL = ""
relativeURLs = true
uglyURLs = true
# Agar front-matter pakai format YAML
MetaDataFormat = "yaml"
# untuk apply temanya
themesDir = "themes"
theme = "viomagz"
#disableKinds = ["taxonomy", "taxonomyTerm"]
[taxonomies]
category = "categories"
tag = "tags"
#tag = "/tags-:slug/"
# player = "player"
[permalinks]
# post = "/:title"
post = "/:slug"
blog = "/:slug/"
# post-amp = "/amp/:slug/"
# post = "/:year/:month/:day/:slug/"
#profile ="/profile/:slug/"
#pplayer = "/:slug/"
# uglyURLs = true
# Shortname disqus, silahkan sesuaikan
DisqusShortname = "build-mg"
# Untuk Google Analytic, silahkan sesuikan
googleAnalytics = "UA-175505532-1"
# Biodata Author
[author]
name = "Moba Genie"
homepage = "https://twitter.com/mobagenie"
bio = "noo"
image = "https://lh5.googleusercontent.com/-h2tLsyijw8Q/AAAAAAAAAAI/AAAAAAAACys/WBpjN_34z3o/s32-c/photo.jpg"
languageCode = "en-us"
copyright = "This work is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License."
[outputFormats]
[outputFormats.RSS]
mediatype = "application/rss"
baseName = "feed"
[outputFormats.LunrIndexJson]
baseName = "lunrindexjson"
isPlainText = true
mediaType = "application/json"
notAlternative = true
[params.lunrindexjson]
vars = ["title", "summary", "date", "publishdate", "expirydate", "permalink"]
params = ["categories", "tags"]
[outputs]
#post = [ "AMP", "HTML"]
# home = ["HTML", "AMP", "RSS", "LunrIndexJson"]
home = ["HTML"]
# page = ["HTML", "AMP"]
page = ["HTML"]
# p = ["HTML", "AMP"]
p = ["HTML"]
[markup.goldmark.renderer]
unsafe = true
# CDN
[params]
# Untuk deskripsi tag meta di homepage
description = "Mobile Legends Build and Guide"
homeKeywords = "Mobile Legends, Build, Guide, MLBB, ML, Profile Player, Bio, Biodata, Pro Player, Info, Tips, Trick, Tutorial, HD Wallpaper, Mobile, MOBA, Game"
cdn = "https://cdn.statically.io/img/cdn2-build-mobagenie.netlify.app/f=auto"
rooturl = ""
# rooturl = "http://localhost:1313"
[build.environment]
TZ = "Asia/Jakarta"
[minify]
[minify.tdewolff]
[minify.tdewolff.html]
keepDocumentTags = true
keepQuotes = true
[minify.tdewolff.js]
KeepVarNames = true
[sitemap]
changefreq = "weekly"
filename = "sitemap.xml"
priority = 0.5