From 1f824e6ae5ac39d0cefe0244ea9223c1783494f3 Mon Sep 17 00:00:00 2001 From: schneefux Date: Sun, 21 Aug 2016 16:32:35 +0200 Subject: first commit, dummies --- themes/flog/theme.toml | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 themes/flog/theme.toml (limited to 'themes/flog/theme.toml') diff --git a/themes/flog/theme.toml b/themes/flog/theme.toml new file mode 100644 index 0000000..8e39cce --- /dev/null +++ b/themes/flog/theme.toml @@ -0,0 +1,21 @@ +# theme.toml template for a Hugo theme +# See https://github.com/spf13/hugoThemes#themetoml for an example + +name = "Flog" +license = "MIT" +licenselink = "https://github.com/yourname/yourtheme/blob/master/LICENSE.md" +description = "" +homepage = "http://siteforthistheme.com/" +tags = ["", ""] +features = ["", ""] +min_version = 0.15 + +[author] + name = "" + homepage = "" + +# If porting an existing theme +[original] + name = "" + homepage = "" + repo = "" -- cgit v1.3.1