diff options
| author | bep <bjorn.erik.pedersen@gmail.com> | 2015-03-02 10:42:51 +0100 |
|---|---|---|
| committer | bep <bjorn.erik.pedersen@gmail.com> | 2015-03-02 10:42:51 +0100 |
| commit | 7042cc4b9b6b0a91eae3c461b05183947470a742 (patch) | |
| tree | 6aa8863f0ef7c0304020823f8426249f33a40118 | |
| parent | 667e11c4ec3835d959aab1797647bd0a49869674 (diff) | |
Add images and metadata
For new Hugo theme site.
| -rw-r--r-- | images/screenshot.png | bin | 0 -> 1291292 bytes | |||
| -rw-r--r-- | images/tn.png | bin | 0 -> 422503 bytes | |||
| -rw-r--r-- | theme.toml | 19 |
3 files changed, 14 insertions, 5 deletions
diff --git a/images/screenshot.png b/images/screenshot.png Binary files differnew file mode 100644 index 0000000..9eee748 --- /dev/null +++ b/images/screenshot.png diff --git a/images/tn.png b/images/tn.png Binary files differnew file mode 100644 index 0000000..265dd31 --- /dev/null +++ b/images/tn.png @@ -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" + |
