yaml to toml
This commit is contained in:
parent
b1db6407b3
commit
3cc228936d
10
config.toml
Normal file
10
config.toml
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
contentdir = "content"
|
||||||
|
layoutdir = "layouts"
|
||||||
|
publishdir = "public"
|
||||||
|
baseurl = "/hugo"
|
||||||
|
title = "Hugo Blog Template for GitLab Pages"
|
||||||
|
canonifyurls = true
|
||||||
|
theme = "Lanyon"
|
||||||
|
|
||||||
|
[indexes]
|
||||||
|
category = "categories"
|
11
config.yaml
11
config.yaml
@ -1,11 +0,0 @@
|
|||||||
---
|
|
||||||
contentdir: "content"
|
|
||||||
layoutdir: "layouts"
|
|
||||||
publishdir: "public"
|
|
||||||
indexes:
|
|
||||||
category: "categories"
|
|
||||||
baseurl: "/hugo"
|
|
||||||
title: "Hugo Blog Template for GitLab Pages"
|
|
||||||
canonifyurls: true
|
|
||||||
theme: "Lanyon"
|
|
||||||
...
|
|
Loading…
x
Reference in New Issue
Block a user