-
Notifications
You must be signed in to change notification settings - Fork 0
/
hugo.toml
54 lines (48 loc) · 1.3 KB
/
hugo.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
baseURL = "https://blog.blvckleg.dev/"
languageCode = "en_us"
title = "blog | blvckleg.dev"
theme = "github-style"
pygmentsCodeFences = true
pygmentsUseClasses = true
[params]
author = "sanriodev"
description = "typescript wizard 🧙"
github = "sanriodev"
twitter = "blvckleg"
linkedin = "Matteo Juen"
instagram = "sanrio_bf"
url = "https://blvckleg.dev"
keywords = "blog"
rss = true
lastmod = true
userStatusEmoji = "🤓"
favicon = "/images/favicon.ico"
avatar = "https://avatars.githubusercontent.com/sanriodev"
headerIcon = "/images/github-mark-white.png"
location = "Austria"
enableGitalk = true
enableSearch = true
[params.gitalk]
clientID = "Ov23licg58XxmAPd7Tqd"
clientSecret = "SECRET_PLACEHOLDER"
repo = "blog.blvckleg.dev"
owner = "sanriodev"
admin = "sanriodev"
id = "location.pathname"
labels = "gitalk"
perPage = 30
pagerDirection = "last"
createIssueManually = false
distractionFreeMode = false
[[params.links]]
title = "Link2"
href = "https://blvckleg.dev"
icon = "https://avatars.githubusercontent.com/sanriodev"
[frontmatter]
lastmod = ["lastmod", ":fileModTime", ":default"]
[outputs]
home = ["html", "json"]
[outputFormats.json]
mediaType = "application/json"
baseName = "index"
isPlainText = false