morgan.mcmillian.dev/config.toml

66 lines
1.3 KiB
TOML
Raw Normal View History

2023-02-12 14:12:18 +00:00
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'
2023-05-08 20:48:19 +00:00
url = 'https://git.dreamfall.space/thrrgilag?tab=activity'
[[params.socialLinks]]
icon = 'fa-solid fa-mountain'
title = 'codeberg'
url = 'https://codeberg.org/thrrgilag?tab=activity'
2023-02-12 14:12:18 +00:00
[[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'
2023-08-23 21:14:41 +00:00
[[params.socialLinks]]
icon = 'fa-regular fa-comment-dots'
title = 'Friendica'
url = 'https://social.clacks.network/profile/spacenerdmo'
2023-02-12 14:12:18 +00:00
[[params.socialLinks]]
icon = 'fa-regular fa-comment-dots'
title = 'pnut.io'
url = 'https://pnut.io/@thrrgilag'
2023-02-28 20:35:47 +00:00
[[params.socialLinks]]
icon = 'fa-solid fa-rss'
title = 'rss'
url = '/post/index.xml'
2023-02-12 14:12:18 +00:00
[menu]
[[menu.main]]
identifier = 'contact'
name = 'Contact'
url = '/contact/'
weight = 10