-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.toml
112 lines (107 loc) · 3.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
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
112
baseurl = "https://blog.unhappyfolk.org"
languageCode = "en"
defaultContentLanguage = "en"
theme = "hello-friend"
paginate = 15
disableRSS = false
[params]
# dir name of your blog content (default is `content/posts`)
contentTypeName = "post"
# "light" or "dark"
defaultTheme = "dark"
# if you set this to 0, only submenu trigger will be visible
showMenuItems = 4
# Enable to show reading time in minutes for posts
showReadingTime = false
author = "mhashim6"
images = ['img/preview.png']
header = "The Unhappy Folk's Literature"
[params.logo]
logoText = "The Unhappy Folk's Literature"
logoHomeLink = "/"
path = "/img/logo.svg"
alt = "The Unhappy Folk's Literature"
[languages]
[languages.en]
title = "The Unhappy Folk's Literature"
subtitle = "Blog, Timeless, Placeless."
keywords = ""
copyright = ""
menuMore = "Show more"
writtenBy = "Written by"
readMore = "Read"
readOtherPosts = "Read other publications"
newerPosts = "Newer posts"
olderPosts = "Older posts"
minuteReadingTime = "min read"
dateFormatSingle = "2006-01-02"
dateFormatList = "2006-01-02"
contentDir = 'content/en'
languageName = 'English'
[languages.en.params.logo]
logoText = "The Unhappy Folk's Literature"
logoHomeLink = "/"
# or
#
path = "/img/logo.svg"
alt = "The Unhappy Folk's Literature"
[languages.en.menu]
# [[languages.en.menu.main]]
# identifier = "about"
# name = "About"
# url = "/about"
# [[languages.en.menu.main]]
# identifier = "showcase"
# name = "Showcase"
# url = "/showcase"
[[languages.en.menu.main]]
identifier = "translation"
name = "عربي"
url = "/ar"
weight = 1
[[languages.en.menu.main]]
identifier = "follow"
name = "Follow Us"
weight = 2
url = "https://t.me/unhappyfolk/"
# [[languages.en.menu.main]]
# identifier = "website"
# name = "Website"
# weight = 2
# url = "https://unhappyfolk.org/"
[[languages.en.menu.main]]
identifier = "rss"
name = "RSS"
weight = 3
url = "https://blog.unhappyfolk.org/index.xml"
[languages.ar]
title = "The Unhappy Folk's Literature (مترجمة)"
languagedirection = 'rtl'
writtenBy = "ترجمة"
readMore = "اقرأ"
readOtherPosts = "اقرأ مقالات أخرى"
newerPosts = "مقالات أحدث"
olderPosts = "مقالات أقدم"
contentDir = 'content/ar'
languageName = 'عربي'
[languages.ar.menu]
[[languages.ar.menu.main]]
identifier = "translation"
name = "English"
url = "/"
weight = 1
[[languages.ar.menu.main]]
identifier = "follow"
name = "تابعنا"
weight = 1
url = "https://t.me/unhappyfolk/"
# [[languages.ar.menu.main]]
# identifier = "website"
# name = "موقعنا"
# weight = 2
# url = "https://unhappyfolk.org/"
[[languages.ar.menu.main]]
identifier = "rss"
name = "RSS"
weight = 3
url = "https://blog.unhappyfolk.org/index.xml"