-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathhugo.toml
More file actions
33 lines (29 loc) · 776 Bytes
/
Copy pathhugo.toml
File metadata and controls
33 lines (29 loc) · 776 Bytes
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
baseURL = "https://vgnshwar.rocks/"
languageCode = "en-us"
title = "~Vigneshwar Sundararajan"
theme = "hugo-bearblog"
enableEmoji = true
canonifyURLs = true
cleanDestinationDir = true
[markup]
[markup.goldmark]
[markup.goldmark.renderer]
unsafe = true
[taxonomies]
tag = "tags"
[params]
description = "CTF writeups, personal blogs, and hacker notes."
author = "Vigneshwar Sundararajan"
github = "https://github.com/vgnshwar"
[params.giscus]
repo = "vgnshwar/vgnshwar.github.io"
repoID = "R_kgDOOyppBg"
category = "Announcements"
categoryID = "DIC_kwDOOyppBs4C-8Ap"
mapping = "og:title"
reactionsEnabled = "1"
emitMetadata = "0"
inputPosition = "bottom"
theme = "https://vgnshwar.rocks/css/giscus.css"
lang = "en"
loading = "lazy"