mirror of
https://github.com/idanoo/m2.nz
synced 2025-07-03 21:52:13 +00:00
Build on post-recieve
This commit is contained in:
parent
5c206048b8
commit
05e6ef5958
15 changed files with 30 additions and 237 deletions
42
config.toml
42
config.toml
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue