-
Notifications
You must be signed in to change notification settings - Fork 2
/
config.toml
49 lines (40 loc) · 1.15 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
base_url = "https://exploiitm.github.io/blog"
title = "exploiitm blog"
description = "Official blog of Cybersecurity Club, IIT Madras"
compile_sass = false
minify_html = true
generate_feeds = true
default_language = "en"
taxonomies = [
{name = "tags", feed = true},
]
[markdown]
render_emoji = true
external_links_target_blank = true
smart_punctuation = true
highlight_code = true
highlight_theme = "gruvbox-dark"
[slugify]
paths = "off"
taxonomies = "off"
anchors = "on"
[link_checker]
internal_level = "warn"
[extra]
author = "exploiitm"
display_author = true
favicon = "favicon.ico"
image = ""
default_theme = "light"
list_pages = false
twitter_card = true
header_nav = [
{ url = "https://exploiitm.github.io/", name_en = "home" },
{ url = "/blog", name_en = "blog"},
{ url = "/blog/writeups", name_en = "writeups"},
{ url = "/blog/about" ,name_en = "about"},
{ url = "/blog/contacts" ,name_en = "contact"}
]
# Optional footer license text. It will only show, when using footer_content_license.
#footer_content_license = "Creative Commons Attribution 4.0 International"
#footer_content_license_link = "https://creativecommons.org/licenses/by/4.0/"