change theme config from yaml to toml
This commit is contained in:
parent
4c5877bee1
commit
cc3c20d597
10
theme.toml
Normal file
10
theme.toml
Normal 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"
|
15
theme.yaml
15
theme.yaml
@ -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"
|
|
Loading…
Reference in New Issue
Block a user