change theme config from yaml to toml

This commit is contained in:
Dmitry Kolosov 2020-02-16 20:43:53 +03:00
parent 4c5877bee1
commit cc3c20d597
2 changed files with 10 additions and 15 deletions

10
theme.toml Normal file
View File

@ -0,0 +1,10 @@
name = "Anubis"
license = "MIT"
description = "A minimal Hugo theme"
homepage = "https://github.com/mitrichius/hugo-theme-anubis"
tags = ["blog", "minimal", "simple", "clean"]
features = ["blog"]
[author]
name = "Dmitry Kolosov"
homepage = "http://dmitrykolosov.ru"

View File

@ -1,15 +0,0 @@
name: "Anubis"
license: "MIT"
description: "A minimal Hugo theme"
homepage: "https://github.com/mitrichius/hugo-theme-anubis"
tags:
- blog
- minimal
- simple
- clean
features:
- blog
author:
name: "Dmitry Kolosov"
homepage: "http://dmitrykolosov.ru"