-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.toml
More file actions
172 lines (141 loc) · 4.92 KB
/
config.toml
File metadata and controls
172 lines (141 loc) · 4.92 KB
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
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
baseURL = "https://librebooks.org/"
title = "كتب عربية حرة"
# languageCode = "ar"
theme = "blist"
enableEmoji = true
# DefaultContentLanguage = "ar"
metaDataFormat = "yaml"
# [languages]
# [languages.ar]
# contentDir = "content/ar"
# weight = 1
# languageName = "Arabic"
# [languages.ar.params]
# introTitle = "Hey! I'm Katheryn Fox"
# introSubtitle = "26 y/o junior developer who enjoys social card games, blogging and painting"
# introPhoto = "/picture.jpg"
# logo = "/blist-logo.png"
# [[languages.ar.menu.main]]
# name = "Blog"
# url = "blog"
# weight = 1
# [[languages.ar.menu.main]]
# name = "About"
# url = "page/about/"
# weight = 2
# [[languages.ar.menu.main]]
# name = "Tags"
# url = "tags"
# weight = 3
# [[languages.ar.menu.main]]
# name = "Top Post"
# url = "/en/blog/emoji-support/"
# weight = 4
[params]
# Main section.
introSubtitle = "موقع كتب عربية حرة هو منصة للكتب الحرة باللغة العربية، يهدف الموقع لإثراء المحتوى العربي والتعريف بالكتب والثقافة الحرة وأهميتها عربياً، بالإضافة إلى التشجيع على إنتاج المزيد من الكتب الحرة ذات جودة عالية. الموقع مفتوح لكافة المجالات المتنوعة ويمكن نشر أي كتاب طالما كان حراً."
# introPhoto = "/librebooks-logo.png"
# logo = "/librebooks-logo.png"
# Enable the darkmode toggle in header
darkModeToggle = false
# Enable search in header
enableSearch = true
# Option to customize the search parameters of a page
# Below are the supported options; Note that including entire content
# may slowdown the loading of search results
# Title of page is included by default
searchKeys = [
"tags",
"date",
"categories",
"summary",
"content",
"link",
"author"
]
# Custom copyright - optional
copyright = "بكل الفخر هذا الموقع يعمل باستخدام برمجيات حرة مفتوحة المصدر، ومحتواه منشور برخصة المشاع الإبداعي النسبة-بذات الرخصة، الإصدارة ٤.٠"
favicon = "/favicon.ico"
# Color for the intro details and social links block, not applicable for dark mode
# Supported values: Any color from TailwindCSS default colors
# Reference: https://v2.tailwindcss.com/docs/customizing-colors
ascentColor = "bg-zink-200"
# The page bundle that is shown on the front page
frontBundle = "books"
# The number of pages shown on the front page
frontBundleSize = 12
# Used to hide the post metadata such as posted date, reading time and word count
# Can be used at site level or page level
hideMeta = false
# To hide "Other languages" option if the post is available in multiple languages
# Can be used at site level or page level
hideOtherLanguages = true
# Add support for Table of contents
# Can be added to a page level also in markdown frontmatter
toc = false
# Hides the thumbnail in post view
# Thumbnails in home and blog pages will still be shown
# This setting can also be in page's markdown file
hidePageThumbnail = false
# Comments system
[params.comments]
# Supports disqus, giscus and utterances
# Check hugo docs for setting up disqus
system = "giscus"
# Options for giscus, exclude hyphens
repo = ""
repoid = ""
category = ""
categoryid = ""
mapping = ""
strict = ""
reactionsenabled = ""
emitmetadata = ""
inputposition = ""
theme = ""
# Options for utterances, exclude hyphens
# repo = ""
# issueterm = ""
# theme = ""
[params.homepage.social]
# Global params common for both languages
title = "الموقع خارج الخدمة جزئياً"
description = "حتى عودة الموقع بالكامل، تابع مشروع كتب عربية حرة على منصات التواصل الاجتماعي"
[[params.homepage.social.icons]]
website = "twitter"
url = "https://twitter.com/LibreBooksOrg"
[[params.homepage.social.icons]]
website = "github"
url = "https://github.com/librebooks"
[[params.homepage.social.icons]]
website = "facebook"
url = "https://www.facebook.com/LibreBooks"
[menu]
[[menu.main]]
name = "المدونة"
url = "/blog"
[[menu.main]]
name = "كتب حرة؟"
url = "/free-books"
[[menu.main]]
name = "عن الموقع"
url = "/about-site"
[[menu.main]]
name = "التصنيفات"
url = "/taxonomies"
[taxonomies]
tag = "tags"
license = "license"
creator = "creator"
release = "release"
[build]
writeStats = true
[outputs]
home = ["HTML", "RSS", "JSON"]
# syntax highlight settings
[markup]
[markup.highlight]
style = "dracula"
[markup.goldmark.renderer]
# Enable to include inline HTML
unsafe = true