-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.toml
More file actions
51 lines (47 loc) · 1.16 KB
/
config.toml
File metadata and controls
51 lines (47 loc) · 1.16 KB
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
baseURL = 'http://ventdrop.github.io/'
languageCode = 'en-us'
title = 'Vent Drop | an infosec blog'
theme = "geocities-reaper"
[menu]
[[menu.main]]
identifier = "home"
name = "Home"
url = "/"
weight = 1
[[menu.main]]
identifier = "posts"
name = "Posts"
url = "/posts/"
weight = 2
[[menu.main]]
identifier = "tags"
name = "Tags"
url = "/tags/"
weight = 3
[[menu.main]]
identifier = "writeups"
name = "WriteUps"
url = "/tags/writeups/"
weight = 4
[params]
author = "RG"
avatar = "/avatar.jpg"
menu_item_separator = " - "
subtitle = "bfake"
description = "^^"
location = "Cyberspace"
mood = "pensive"
welcome_message = "images/hackerman.webp"
quote = "... That no single, individual moment is in and of itself unendurable."
quote_author = "David Foster Wallace, Infinite Jest"
about = "cybersecurity professional, orioles/ravens fan, musician, novelty claw machine enjoyer"
guestbook = false
links = true
[[params.social]]
icon = "github"
name = "Github"
url = "https://github.com/ventdrop"
[markup]
[markup.goldmark]
[markup.goldmark.extensions]
footnote = true