mirror of
https://github.com/idanoo/m2.nz
synced 2025-07-03 21:52:13 +00:00
Initial config
This commit is contained in:
parent
50ec5334be
commit
5c206048b8
14 changed files with 249 additions and 2 deletions
26
config.toml
26
config.toml
|
@ -1,3 +1,25 @@
|
|||
baseURL = 'http://example.org/'
|
||||
baseURL = 'https://m2.nz/'
|
||||
languageCode = 'en-us'
|
||||
title = 'My New Hugo Site'
|
||||
title = 'Daniel Mason'
|
||||
|
||||
theme = "m10c"
|
||||
|
||||
[[params]]
|
||||
author = "Daniel Mason"
|
||||
description = "Personal blog"
|
||||
avatar = ""
|
||||
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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue