-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.toml
46 lines (37 loc) · 1016 Bytes
/
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
baseURL = "https://lberrymage.dev/"
copyright = "Copyright 2022-2024 Logan Magee"
enableGitInfo = true
enableRobotsTXT = true
languageCode = "en-us"
title = "Logan's Blog"
theme = "WonderMod"
[params]
author = "Logan Magee"
env = "production"
defaultTheme = "dark"
showFullTextInRss = true
showToc = true
social = true
[params.assets]
disableHLJS = true
[params.homeInfoParams]
title = "Welcome to the rabbit hole."
content = "Thoughts on security, privacy, development, and Android."
[[params.socialIcons]]
name = "mastodon"
url = "https://infosec.exchange/@lberrymage"
[[params.socialIcons]]
name = "twitter"
url = "https://twitter.com/@lberrymage"
[[params.socialIcons]]
name = "bluesky"
url = "https://bsky.app/profile/lberrymage.dev"
[[params.socialIcons]]
name = "github"
url = "https://github.com/lberrymage"
[[params.socialIcons]]
name = "matrix"
url = "https://matrix.to/#/@lberrymage:matrix.org"
[[params.socialIcons]]
name = "rss"
url = "/index.xml"