change theme config from yaml to toml
This commit is contained in:
parent
4c5877bee1
commit
cc3c20d597
2 changed files with 10 additions and 15 deletions
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"
|
Loading…
Add table
Add a link
Reference in a new issue