m2.nz/config.toml

42 lines
784 B
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 05:52:34 +00:00
title = 'Daniel Mason'
theme = "m10c"
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
# [[menu.main]]
# identifier = "about"
# name = "About"
# url = "/about/"
# weight = 3
[params]
2021-11-03 05:52:34 +00:00
author = "Daniel Mason"
description = "Personal blog"
2021-11-03 05:59:01 +00:00
avatar = "profile.png"
2021-11-03 05:52:34 +00:00
menu_item_separator = " | "
favicon = "/favicon.ico"
2021-11-03 05:59:01 +00:00
[[params.social]]
icon = "gitlab"
name = "GitLab"
url = "https://gitlab.com/idanoo"
2021-11-03 05:52:34 +00:00
2021-11-03 05:59:01 +00:00
[params.style]
darkestColor = "#242930"
darkColor = "#353b43"
lightColor = "#afbac4"
lightestColor = "#ffffff"
primaryColor = "#57cc8a"