-
Notifications
You must be signed in to change notification settings - Fork 3
/
config.toml
51 lines (42 loc) · 1.19 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
baseURL = "http://localhost:1313/"
languageCode = "en-us"
title = "TeaLinux OS"
themeDir = "themes"
theme = "teaxi"
sectionPagesMenu = "main"
paginate = 1
[params]
logo = "img/logo.png"
iconLaporhama = "icon/icon-laporhama.svg"
iconDaun = "icon/daun.png"
iconAntipiracy = "icon/ap.png"
iconCommunity = "icon/c.png"
iconHQ = "icon/highquality.png"
iconNutrition = "icon/nutrition.png"
maskot = "img/maskot.svg"
teaInstaller = "fitur/2.2.png"
teaTheme = "img/switcher.webm"
laporhama = "fitur/3.png"
desktop = "img/desktop.png"
# resep = "img/resep.jpg"
# artwork = "img/artwork.jpg"
# riset = "img/riset.jpg"
# pemaketan = "img/pemaketan.jpg"
# dokumentasi = "img/dokumentasi.jpg"
langkah1 = "img/langkah1.jpg"
langkah2 = "img/langkah2.jpg"
# langkah3 = "img/langkah3.jpg"
mockup = "img/mockup-kosong.jpeg"
mockupProfile = "img/mockup-profile.png"
[menu]
# Navbar Menus
[[menu.title]]
name = "About"
Identifier = "/dokumentasi"
[[menu.title]]
name = "Service"
Identifier = "/dokumentasi/page/2"
enableRobotsTXT = true
canonifyURLs = true
[permalinks]
post = "/blog/:title/"