morgan.mcmillian.dev/config.toml

73 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/spacenerdmo?tab=activity'
[[params.socialLinks]]
icon = 'fa-solid fa-code-commit'
title = 'mercurial'
url = 'https://hg.dreamfall.space/thrrgilag'
[[params.socialLinks]]
icon = 'fa-solid fa-mountain'
title = 'codeberg'
url = 'https://codeberg.org/spacenerdmo?tab=activity'
[[params.socialLinks]]
icon = 'fa-regular fa-hashtag'
title = 'Friendica'
url = 'https://social.clacks.network/profile/spacenerdmo'
[[params.socialLinks]]
icon = 'fa-regular fa-comment-dots'
title = 'pnut.io'
url = 'https://pnut.io/@spacenerdmo'
[[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 = 'social'
name = 'Social'
url = '/social/'
weight = 20
[[menu.main]]
identifier = 'code'
name = 'Code'
url = '/code/'
weight = 30