config rewritten json > yaml
This commit is contained in:
parent
ab7f027048
commit
ae2e46e53f
2 changed files with 22 additions and 34 deletions
34
config.json
34
config.json
|
@ -1,34 +0,0 @@
|
||||||
{
|
|
||||||
"baseURL": "https://vrifox.cc/vrifox.cc_hugo/",
|
|
||||||
"languageCode": "en-us",
|
|
||||||
"title": "Have a nice day.",
|
|
||||||
"enableRobotsTXT": true,
|
|
||||||
|
|
||||||
"menu": {
|
|
||||||
"main": [
|
|
||||||
{
|
|
||||||
"identifier": "blog",
|
|
||||||
"name": "Blog",
|
|
||||||
"title": "blog",
|
|
||||||
"url": "/blog",
|
|
||||||
"weight": 2
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"identifier": "projects",
|
|
||||||
"name": "Projects",
|
|
||||||
"title": "projects",
|
|
||||||
"url": "/projects",
|
|
||||||
"weight": 3
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"links": [
|
|
||||||
{
|
|
||||||
"identifier": "mastodon",
|
|
||||||
"name": "Mastodon",
|
|
||||||
"title": "mastodon",
|
|
||||||
"url": "https://social.anoxinon.de/@vrifox",
|
|
||||||
"weight": 4
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
}
|
|
22
config.yaml
Normal file
22
config.yaml
Normal file
|
@ -0,0 +1,22 @@
|
||||||
|
baseURL: https://vrifox.cc/vrifox.cc_hugo/
|
||||||
|
languageCode: en-us
|
||||||
|
title: have a nice day
|
||||||
|
enableRobotsTXT: true
|
||||||
|
menu:
|
||||||
|
main:
|
||||||
|
- identifier: blog
|
||||||
|
name: Blog
|
||||||
|
title: blog
|
||||||
|
url: /blog
|
||||||
|
weight: 2
|
||||||
|
- identifier: projects
|
||||||
|
name: Projects
|
||||||
|
title: projects
|
||||||
|
url: /projects
|
||||||
|
weight: 3
|
||||||
|
links:
|
||||||
|
- identifier: mastodon
|
||||||
|
name: Mastodon
|
||||||
|
title: mastodon
|
||||||
|
url: https://social.anoxinon.de/@vrifox
|
||||||
|
weight: 4
|
Loading…
Reference in a new issue