morgan.mcmillian.dev/config.toml

56 lines
1 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'
[[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'
[menu]
[[menu.main]]
identifier = 'contact'
name = 'Contact'
url = '/contact/'
weight = 10