From cc3c20d5979385bd69be00261804022172b82c13 Mon Sep 17 00:00:00 2001 From: Dmitry Kolosov Date: Sun, 16 Feb 2020 20:43:53 +0300 Subject: [PATCH] change theme config from yaml to toml --- theme.toml | 10 ++++++++++ theme.yaml | 15 --------------- 2 files changed, 10 insertions(+), 15 deletions(-) create mode 100644 theme.toml delete mode 100644 theme.yaml 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