Build on post-recieve

This commit is contained in:
Daniel Mason 2021-11-03 18:59:01 +13:00
parent 5c206048b8
commit 05e6ef5958
Signed by: idanoo
GPG key ID: 387387CDBC02F132
15 changed files with 30 additions and 237 deletions

View file

@ -4,22 +4,38 @@ title = 'Daniel Mason'
theme = "m10c"
[[params]]
[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 = ""
avatar = "profile.png"
menu_item_separator = " | "
favicon = "/favicon.ico"
[[params.social]]
icon = "gitlab"
name = "GitLab"
url = "https://gitlab.com/idanoo"
[[params.social]]
icon = "gitlab"
name = "GitLab"
url = "https://gitlab.com/idanoo"
[params.style]
darkestColor = "#242930"
darkColor = "#353b43"
lightColor = "#afbac4"
lightestColor = "#ffffff"
primaryColor = "#57cc8a"
[params.style]
darkestColor = "#242930"
darkColor = "#353b43"
lightColor = "#afbac4"
lightestColor = "#ffffff"
primaryColor = "#57cc8a"