diff options
| author | schneefux <schneefux+commit@schneefux.xyz> | 2016-08-21 16:32:35 +0200 |
|---|---|---|
| committer | schneefux <schneefux+commit@schneefux.xyz> | 2016-08-21 16:32:35 +0200 |
| commit | 1f824e6ae5ac39d0cefe0244ea9223c1783494f3 (patch) | |
| tree | b898d60dabde26ace368e1482a6189d5009ae95f /themes/flog/theme.toml | |
| download | pragblog-1f824e6ae5ac39d0cefe0244ea9223c1783494f3.tar.gz pragblog-1f824e6ae5ac39d0cefe0244ea9223c1783494f3.zip | |
first commit, dummies
Diffstat (limited to 'themes/flog/theme.toml')
| -rw-r--r-- | themes/flog/theme.toml | 21 |
1 files changed, 21 insertions, 0 deletions
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 = "" |
