-
Notifications
You must be signed in to change notification settings - Fork 1
/
config.toml
60 lines (47 loc) · 1.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
baseURL = "http://localhost:1313"
title = "Kousha Zanjani (INVOXES) Blog"
author = "Kousha Zanjani"
copyright = "Kousha Zanjani"
paginate = 10
languageCode = "en"
theme = "tailwind"
[params]
# dir name of your blog content (default is `content/posts`).
# the list of set content will show up on your index page (baseurl).
contentTypeName = "posts"
keywords = "exploitation, reverse engineering, tech, low-level, analysis, experiments, Linux, Android, web, WebApp, web application, WebSecurity"
subtitle = ""
showAuthor = true
[params.author]
name = "Kousha Zanjani"
email = "Kousha.Zanjani@gmail.com"
[params.header]
logo = "logo.png"
[params.footer]
since = 2022
poweredby = true
# max number of tags in the sidebar
[params.sidebar]
limit = 100
[menu]
[[menu.main]]
identifier = "post"
name = "Blog"
pageRef = "/posts"
weight = 10
[[menu.main]]
identifier = "about"
name = "About"
pageRef = "/about"
weight = 20
[[menu.main]]
identifier = "contact"
name = "Contact"
pageRef = "/contact"
weight = 30
[taxonomies]
category = "categories"
tag = "tags"
series = "series"
[markup]
_merge = "deep"