-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathconfig.toml
89 lines (79 loc) · 2.35 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
baseurl = "/"
theme = "hello-friend-ng"
DefaultContentLanguage = "id"
[params]
dateform = "Jan 2, 2006"
dateformShort = "Jan 2"
dateformNum = "2006-01-02"
dateformNumTime = "2006-01-02 15:04 -0700"
# Metadata mostly used in document's head
description = "Podcast tentang perempuan Indonesia di bidang teknologi."
keywords = "Podcast, teknologi, perempuan"
images = [""]
# Directory name of your blog content (default is `content/posts`)
contentTypeName = "posts"
# Default theme "light" or "dark"
defaultTheme = "light"
[languages]
[languages.en]
title = "Kartini Teknologi"
homeSubtitle = "Kartini Teknologi is a podcast that features Indonesian women in the tech-scene. Listen:"
keywords = ""
copyright = ""
readOtherPosts = "Read other posts"
languageName = "English"
[languages.en.params.logo]
logoText = "Kartini Teknologi"
logoHomeLink = "/en/"
# or
#
path = "/img/developer-border.svg"
alt = "Logo Kartini Teknologi"
# You can create a language based menu
[languages.en.menu]
[[languages.en.menu.main]]
identifier = "home"
name = "Home"
url = "/"
weight = 1
[[languages.en.menu.main]]
identifier = "about"
name = "About"
url = "/about"
weight = 2
[[languages.en.menu.main]]
identifier = "rss"
name = "RSS"
url = "/episodes/index.xml"
weight = 3
[languages.id]
title = "Kartini Teknologi"
homeSubtitle = "Kartini Teknologi adalah podcast yang menampilkan perempuan Indonesia di dunia teknologi. Putar:"
keywords = ""
copyright = ""
readOtherPosts = "Read other posts"
languageName = "Bahasa Indonesia"
[languages.id.params.logo]
logoText = "Kartini Teknologi"
logoHomeLink = "/"
# or
#
path = "/img/developer-border.svg"
alt = "Logo Kartini Teknologi"
# You can create a language based menu
[languages.id.menu]
[[languages.id.menu.main]]
identifier = "beranda"
name = "Beranda"
url = "/"
weight = 1
[[languages.id.menu.main]]
identifier = "tentang"
name = "Tentang"
url = "/tentang"
weight = 2
[[languages.id.menu.main]]
identifier = "rss"
name = "RSS"
url = "/episodes/index.xml"
weight = 3