diff options
| author | etienne <waa@hotmail.fr> | 2015-03-04 16:04:09 +0100 |
|---|---|---|
| committer | etienne <waa@hotmail.fr> | 2015-03-04 16:04:09 +0100 |
| commit | 5f7333c9ce2d85a0a706f97b439b3ea90061b71c (patch) | |
| tree | 6aa8863f0ef7c0304020823f8426249f33a40118 /theme.toml | |
| parent | 667e11c4ec3835d959aab1797647bd0a49869674 (diff) | |
| parent | 7042cc4b9b6b0a91eae3c461b05183947470a742 (diff) | |
Merge pull request #1 from bep/bep1
Add images and metadata
great thanks
Diffstat (limited to 'theme.toml')
| -rw-r--r-- | theme.toml | 19 |
1 files changed, 14 insertions, 5 deletions
@@ -1,6 +1,15 @@ -author = "sp13 crakjie" -description = "theme inspired by gohugo.io" +name = "Hugo Base" license = "MIT" -name = "landing page hugo" -source_repo = "" -tags = ["landing", "hugo"] +description = "Theme inspired by gohugo.io" +homepage = "https://github.com/crakjie/hugo-base-theme" +tags = ["landing page", "hugo"] +features = ["blog", ] +min_version= 0.12 + +[author] + name = "crakjie" + +[original] + author = "spf13" + homepage = "https://spf13.com" + |
