danielrayjones/hugo.toml
Dan Jones aac1a6f0cc 💬 Various tweaks (including adding summary)
- Add summary to resume
- Move LinkedIn link first on front page
- Update some text in resume
- Minor tweak to XMPP link
- Remove debug line in JS
2024-05-20 09:19:57 -05:00

78 lines
1.4 KiB
TOML

baseURL = "https://danielrayjones.com/"
languageCode = "en-us"
title = "Dan Jones"
theme = "hello-friend-ng"
enableGitInfo = true
[params]
homeSubtitle = "Web developer, actor, jack of some trades"
EnableThemeToggle = true
gitUrl = "https://codeberg.org/danjones000/danielrayjones/commit/"
keywords = "resume, biography"
[params.favicon]
mask = "#5bbad5"
msapplication = "#2d89ef"
[params.logo]
logoText = "RUN"
[params.portrait]
path = "https://www.gravatar.com/avatar/073daa566095477f8ecc5cf4d0f59448"
[[params.social]]
name = "linkedin"
url = "https://www.linkedin.com/in/danjones000/"
[[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 = "matrix"
url = "https://matrix.to/#/@danjones000:matrix.org"
[[params.social]]
name = "mastodon"
url = "https://microwords.goodevilgenius.org/"
[markup]
defaultMarkdownHandler = 'goldmark'
[markup.tableOfContents]
ordered = false
startLevel = 2
endLevel = 4
[markup.goldmark.parser.attribute]
block = true
title = true
[markup.goldmark.renderer]
unsafe = true
[[menu.main]]
identifier = "about"
name = "About"
url = "/about/"
weight = 1
[[menu.main]]
identifier = "web"
name = "Résumé"
url = "/web/"
weight = 10
[[menu.main]]
identifier = "contact"
name = "Contact"
url = "/contact/"
weight = 50