-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathconfig.toml
146 lines (116 loc) · 2.72 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
# -- Base Conf --
baseURL = "https://fossfa.ir/"
languageCode = "fa-IR"
title = "خانه"
theme = "bookworm-FE"
paginate = "7"
uglyurls = true
# - Post Url -
[permalinks]
# This section is only for working aliases properly
# ----- Plugins -----
# -- CSS Plugins --
[[params.plugins.css]]
link = "plugins/bootstrap/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"
# -- JS Plugins --
[[params.plugins.js]]
link = "plugins/jquery/jquery.min.js"
[[params.plugins.js]]
link = "plugins/bootstrap/bootstrap.min.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 = "#01AD9F"
# ----- Theme Parameters -----
[params]
# -- SiteTitle --
SiteTitle = "فوسفا"
# -- Comment --
Commentrepo = "FOSSFA/Blog"
Commenttheme = "github-light"
Commentlabel = "Comment"
# -- Logo and Favicon --
logo = "images/logo.png"
logo_height = "65px"
favicon = "images/favicon.png"
# -- Meta data --
description = "مکانی برای هواداران نرم افزار آزاد"
# -- 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/FOSSFA"
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/FOSSFA"
icon = "lab la-github"
# ----- Menu -----
# -- Main Menu --
[[menu.main]]
weight = 1
url = "/"
name = "خانه"
[[menu.main]]
weight = 3
url = "about"
name = "درباره ما"
[[menu.main]]
weight = 4
url = "contact"
name = "ارتباط با ما"
# -- Footer Menu --
[[menu.footer]]
weight = 1
url = "author/"
name = "نویسندگان"
[[menu.footer]]
weight = 2
url = "archive/"
name = "بایگانی"
# [[menu.footer]]
# weight = 3
# url = "privacy/"
# name = "امنیت و حریم خصوصی"