m2.nz/config.toml

56 lines
1.1 KiB
TOML
Raw Normal View History

2021-11-03 05:52:34 +00:00
baseURL = 'https://m2.nz/'
2021-11-03 05:48:55 +00:00
languageCode = 'en-us'
2021-11-03 09:36:14 +00:00
title = 'Daniel Mason'
2021-11-03 05:52:34 +00:00
theme = "m10c"
2021-11-03 09:15:47 +00:00
[markup.goldmark.renderer]
unsafe = true
2021-11-03 05:59:01 +00:00
[menu]
[[menu.main]]
identifier = "home"
name = "Home"
url = "/"
weight = 1
[[menu.main]]
identifier = "tags"
name = "Tags"
url = "/tags/"
weight = 2
2021-11-03 09:15:47 +00:00
[[menu.main]]
identifier = "about"
name = "CV"
url = "/cv/"
weight = 3
2021-11-03 05:59:01 +00:00
[params]
2021-11-03 05:52:34 +00:00
author = "Daniel Mason"
description = "Personal blog"
2021-12-16 06:33:34 +00:00
avatar = "bitmoji.jpg"
2021-11-03 05:52:34 +00:00
menu_item_separator = " | "
favicon = "/favicon.ico"
2021-11-03 05:59:01 +00:00
[[params.social]]
2022-01-01 23:11:52 +00:00
icon = "gitlab"
2021-11-03 05:59:01 +00:00
name = "GitLab"
2021-12-24 23:30:59 +00:00
url = "https://gitlab.com/idanoo"
2021-11-03 09:15:47 +00:00
[[params.social]]
icon = "send"
name = "Mastodon"
url = "https://mastodon.nz/@idanoo"
[[params.social]]
icon = "camera"
name = "Pixelfed"
url = "https://pixelfed.nz/idanoo"
[[params.social]]
icon = "message-square"
name = "Matrix"
url = "https://matrix.to/#/@idanoo:mtrx.nz"
2021-11-03 05:52:34 +00:00
2021-11-03 09:15:47 +00:00
[params.style]
darkestColor = "#242930"
darkColor = "#353b43"
lightColor = "#afbac4"
lightestColor = "#ffffff"
primaryColor = "#57cc8a"