morgan.mcmillian.dev/config.toml
Morgan McMillian 769b8cfc44
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
update links for chat and code repos
2023-05-08 13:48:19 -07:00

72 lines
1.3 KiB
TOML

baseURL = 'https://morgan.mcmillian.dev/'
languageCode = 'en-us'
title = 'morgan.mcmillian.dev'
theme = 'risotto'
author = 'Morgan McMillian'
copyright = ''
paginate = 3
DefaultContentLanguage = 'en-us'
enableInlineShortcodes = true
sectionPagesMenu = 'main'
[params]
noindex = false
[params.theme]
palette = 'base16-dark'
[params.about]
title = 'Morgan McMillian'
description = 'Spaced out Linux nerd'
logo = ''
[[params.socialLinks]]
icon = 'fa-brands fa-git'
title = 'git'
url = 'https://git.dreamfall.space/thrrgilag?tab=activity'
[[params.socialLinks]]
icon = 'fa-solid fa-mountain'
title = 'codeberg'
url = 'https://codeberg.org/thrrgilag?tab=activity'
[[params.socialLinks]]
icon = 'fa-brands fa-gitlab'
title = 'GitLab'
url = 'https://gitlab.com/thrrgilag'
[[params.socialLinks]]
icon = 'fa-brands fa-github'
title = 'GitHub'
url = 'https://github.com/thrrgilag'
[[params.socialLinks]]
icon = 'fa-brands fa-mastodon'
title = 'Fosstodon'
url = 'https://fosstodon.org/@thrrgilag'
[[params.socialLinks]]
icon = 'fa-regular fa-comment-dots'
title = 'pnut.io'
url = 'https://pnut.io/@thrrgilag'
[[params.socialLinks]]
icon = 'fa-solid fa-rss'
title = 'rss'
url = '/post/index.xml'
[menu]
[[menu.main]]
identifier = 'contact'
name = 'Contact'
url = '/contact/'
weight = 10
[[menu.main]]
identifier = 'chat'
name = 'Chat'
url = '/chat/'
weight = 10