-
Notifications
You must be signed in to change notification settings - Fork 0
/
hugo.toml
33 lines (29 loc) · 1.23 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
theme = "github.com/jpanther/lynx"
title = "Jordan Felle"
enableEmoji = true
disableKinds = ["taxonomy", "term"]
[params.author]
name = "Jordan Felle"
headline = ""
image = "author.jpg"
links = [
{ camera = { href = "https://photo.felle.me", text = "Photography", icon = "camera" } },
{ telegram = "https://t.me/jordanfelle" },
{ furtrack = { href = "https://www.furtrack.com/user/Hyper", text = "Furtrack", icon = "furtrack" } },
{ kofi = { href = "https://ko-fi.com/jordanfelle ", text = "Kofi", icon = "kofi" } },
{ github = "https://github.com/jordanfelle" },
{ facebook = "https://www.facebook.com/hyper123" },
{ twitter = "https://twitter.com/jordanfelle" },
{ bluesky = "https://bsky.app/profile/hypercat.me" },
{ instagram = "https://www.instagram.com/hyper123" },
{ lastfm = "https://www.last.fm/user/hyper123123" },
{ linkedin = "https://www.linkedin.com/in/jordanfelle" },
{ steam = "https://steamcommunity.com/id/hyper123" },
{ discord = "https://discord.com/users/307919782961872897" },
{ trakt = { href = "https://trakt.tv/users/hyper123", text = "Trakt", icon = "trakt" } },
]
[markup.highlight]
noClasses = false
[markup.goldmark]
[markup.goldmark.renderer]
unsafe = true