diff --git a/theme.toml b/theme.toml new file mode 100644 index 0000000..c09a949 --- /dev/null +++ b/theme.toml @@ -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" diff --git a/theme.yaml b/theme.yaml deleted file mode 100644 index 23b624c..0000000 --- a/theme.yaml +++ /dev/null @@ -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" \ No newline at end of file