danielrayjones/hugo.toml

73 lines
1.4 KiB
TOML
Raw Normal View History

2023-11-22 12:09:00 -06:00
baseURL = "https://danielrayjones.com/"
languageCode = "en-us"
2023-11-22 10:54:30 -06:00
title = "Dan Jones"
theme = "hello-friend-ng"
2023-11-22 21:20:51 -06:00
enableGitInfo = true
2023-11-22 10:54:30 -06:00
[params]
homeSubtitle = "Web developer, actor, jack of some trades"
2023-11-22 12:09:00 -06:00
EnableThemeToggle = true
2023-11-23 09:21:55 -06:00
gitUrl = "https://codeberg.org/danjones000/danielrayjones/commit/"
keywords = "resume, biography"
2023-11-22 10:54:30 -06:00
2023-11-23 10:11:26 -06:00
[params.favicon]
mask = "#5bbad5"
msapplication = "#2d89ef"
2023-11-22 10:54:30 -06:00
[params.logo]
2023-11-22 12:09:00 -06:00
logoText = "RUN"
2023-11-22 10:54:30 -06:00
2023-11-23 09:21:55 -06:00
[params.portrait]
path = "https://www.gravatar.com/avatar/073daa566095477f8ecc5cf4d0f59448"
[[params.social]]
name = "gitea"
url = "https://codeberg.org/danjones000/"
[[params.social]]
name = "gitlab"
url = "https://gitlab.com/danjones000/"
[[params.social]]
name = "github"
url = "https://github.com/goodevilgenius/"
[[params.social]]
name = "linkedin"
url = "https://www.linkedin.com/in/danjones000/"
[[params.social]]
name = "matrix"
url = "https://matrix.to/#/@danjones000:matrix.org"
[[params.social]]
name = "mastodon"
url = "https://microwords.goodevilgenius.org/"
2023-11-22 10:54:30 -06:00
[markup]
defaultMarkdownHandler = 'goldmark'
2023-11-22 21:20:51 -06:00
[markup.goldmark.parser.attribute]
block = true
title = true
2023-11-22 10:54:30 -06:00
[markup.goldmark.renderer]
unsafe = true
[[menu.main]]
identifier = "about"
name = "About"
url = "/about/"
2023-11-22 21:20:51 -06:00
weight = 1
[[menu.main]]
identifier = "web"
name = "Résumé"
url = "/web/"
2023-11-22 21:20:51 -06:00
weight = 10
2023-11-22 12:09:00 -06:00
[[menu.main]]
identifier = "contact"
name = "Contact"
url = "/contact/"
2023-11-22 21:20:51 -06:00
weight = 50