-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.toml
58 lines (49 loc) · 1.74 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
baseURL = "https://linuxshahr.ir"
title = "لینوکسشهر-همه چیز درباره نرمافزارهای آزاد"
languageCode = "fa"
theme = "mainroad"
paginate = "10" # Number of posts per page
publishDir = "docs"
[Author]
name = "مهدی نقوی"
[Params]
description = "لینوکس، نرمافزارهای آزاد. معرفی، آموزش، اخبار"
authorbox = true
post_meta = ["author", "date", "categories"] # Order of post meta information
pager = true
readmore = true
copyright = "کپی با ذکر منبع مجاز است"
customCSS = ["css/custom.css"] # Include custom CSS files
customJS = ["js/custom.js"] # Include custom JS files
defaultContentLanguage = "fa"
[Params.logo]
title = "لینوکسشهر"
[Params.style.vars]
# highlightColor = "#e22d30" # Override highlight color
# highlightColor = "#ff8000"
highlightColor = "cornflowerblue"
fontFamilyPrimary = "Vazir, tahoma"
[Params.sidebar]
home = "right"
list = "right" # Configure layout for list pages
single = "right" # Configure layout for single pages
widgets = ["ddg-search", "recent", "categories", "taglist"]
[Params.widgets]
recent_num = 5 # Set the number of articles in the "Recent articles" widget
tags_counter = false # Enable counter for each tag in "Tags" widget
[menu]
[[menu.main]]
identifier = "Home"
name = "خانه"
pre = "<i class='fa fa-heart'></i>"
url = "/"
weight = -999
[markup]
[markup.goldmark]
[markup.goldmark.renderer]
unsafe = true
[Params.staticman]
endpoint = "https://staticman3.herokuapp.com/v3/entry/gitlab/"
username = "smahdink"
repository = "azadafzar"
branch = "master"