-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.toml
160 lines (127 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
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
# -- Base Conf --
baseURL = "https://bit-orbit.github.io/"
languageCode = "fa-IR"
title = "bit orbit"
theme = "bookworm-FE"
paginate = "5"
publishDir = "docs/"
# - Post Url -
[permalinks]
# This section is only for working aliases properly
uglyurls = true
# ----- Plugins -----
# -- CSS Plugins --
[[params.plugins.css]]
link = "https://cdn.rtlcss.com/bootstrap/v4.5.3/css/bootstrap.min.css"
[[params.plugins.css]]
link = "plugins/line-awesome/css/line-awesome.min.css"
[[params.plugins.css]] # Font Vazir
link ="https://cdn.jsdelivr.net/gh/rastikerdar/[email protected]/dist/font-face.css"
[[params.plugins.css]] # Custom Css
link="plugins/customCss/main.css"
[[params.plugins.css]] # Vanilla Gallery
link="https://ghcdn.rawgit.org/Gnkalk/Vanilla-Gallery/main/Css-script/RO/Gallery-OCO.css"
# -- JS Plugins --
[[params.plugins.js]]
link = "plugins/bootstrap/bootstrap.min.js"
[[params.plugins.js]]
link = "https://lib.arvancloud.com/jquery/3.6.0/jquery.js"
# site variables
[params.variables]
font_primary = "Vazir"
h1 = "64px"
h1_lg = "52px"
h1_md = "42px"
h2 = "38px"
h2_md = "30px"
h3 = "30px"
h3_md = "24px"
h4 = "24px"
h5 = "18px"
h6 = "16px"
white = "#ffffff"
black = "#000000"
dark = "#152035"
gray = "#747577"
light = "#FAFAFA"
color_primary = "#5DADE2"
# ----- Theme Parameters -----
[params]
# -- SiteTitle --
SiteTitle = "bit orbit"
# -- Comment --
Commentrepo = "bit-orbit/bit-orbit.github.io"
Commenttheme = "github-light"
Commentlabel = "Comment"
# -- Logo and Favicon --
logo = "images/binary-code.png"
logo_height = "65px"
favicon = "images/logo.svg"
# -- Meta data --
description = "Linux | Project | Python | Book | Fun | Life | Love"
# -- contact form action --
contact_form_action = "#" # contact form works with https://formspree.io
# -- Main Section --
mainSections = ["blog"]
# -- Footer --
copyright = "تمامی حقوق محفوظ است ، تحت لایسنس [FDL](http://www.gnu.org/licenses/fdl-1.3.html)"
# -- counter --
[params.counter]
enable = true
user = "gnkalk"
# -- Social --
# - telegram -
[[params.social]]
url = "https://t.me/bit_orbit"
icon = "lab la-telegram"
# # - discord -
# [[params.social]]
# url = "https://discord.gg/5md25aNXyc"
# icon = "lab la-discord"
# # - Mastodon -
# [[params.social]]
# url = "https://fosstodon.org/@FOSSFarsi"
# icon = "lab la-mastodon"
# # - Matrix -
# [[params.social]]
# url = "https://matrix.to/#/#fossfa:matrix.org"
# icon = "las la-comments"
# - Github -
[[params.social]]
url = "https://github.com/bit-orbit"
icon = "lab la-github"
# - Github -
[[params.social]]
url = "https://twitter.com/shabane"
icon = "lab la-twitter"
# ----- Menu -----
# -- Main Menu --
[[menu.main]]
weight = 1
url = "/"
name = "خانه"
[[menu.main]]
weight = 3
url = "about"
name = "درباره ما"
[[menu.main]]
weight = 4
url = "contact"
name = "ارتباط با ما"
[[menu.main]]
weight = 5
url = "https://bit-orbit.github.io/the-secret-bit/"
name = "پروژه کتاب آزاد لینوکس"
# -- Footer Menu --
[[menu.footer]]
weight = 1
url = "author/"
name = "نویسندگان"
# [[menu.footer]]
# weight = 2
# url = "archive/"
# name = "بایگانی"
# [[menu.footer]]
# weight = 3
# url = "privacy/"
# name = "امنیت و حریم خصوصی"