yaml to toml

This commit is contained in:
Achilleas Pipinellis 2016-04-05 18:12:49 +03:00
parent b1db6407b3
commit 3cc228936d
2 changed files with 10 additions and 11 deletions

10
config.toml Normal file
View 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"

View File

@ -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"
...