m2.nz/config.toml

42 lines
784 B
TOML

baseURL = 'https://m2.nz/'
languageCode = 'en-us'
title = 'Daniel Mason'
theme = "m10c"
[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]
author = "Daniel Mason"
description = "Personal blog"
avatar = "profile.png"
menu_item_separator = " | "
favicon = "/favicon.ico"
[[params.social]]
icon = "gitlab"
name = "GitLab"
url = "https://gitlab.com/idanoo"
[params.style]
darkestColor = "#242930"
darkColor = "#353b43"
lightColor = "#afbac4"
lightestColor = "#ffffff"
primaryColor = "#57cc8a"