-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathconfig.toml
38 lines (30 loc) · 964 Bytes
/
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
baseurl = "https://litegapps.github.io"
title = "LiteGapps - Custom Google Apps Android"
contentdir = "content"
layoutdir = "layouts"
publishdir = "public"
languageCode = "en"
resourceDir = "../resources"
DefaultContentLanguage = "en"
PygmentsCodeFences = true
PygmentsStyle = "monokai"
[markup.goldmark.renderer]
unsafe = true # agar bisa menulis html di markdown
buildFuture = true
[pagination]
disableAliases = false
pagerSize = 20
[sitemap]
changefreq = "always"
priority = 0.8
filename = "sitemap.xml"
[permalinks]
changelog = ":section/:year/:slug"
doc = ":section/:year:month/:slug"
[params]
author = "The LiteGapps Project"
description = "LiteGapps is a custom Google Apps on the Android operating system, an open source project that focuses on small, efficient, and comprehensive."
recent_posts_number = 3
[outputs.taxonomy.removePath]
tags = ["/tags"]
categories = ["/categories"]