From 7042cc4b9b6b0a91eae3c461b05183947470a742 Mon Sep 17 00:00:00 2001 From: bep Date: Mon, 2 Mar 2015 10:42:51 +0100 Subject: Add images and metadata For new Hugo theme site. --- images/screenshot.png | Bin 0 -> 1291292 bytes images/tn.png | Bin 0 -> 422503 bytes theme.toml | 19 ++++++++++++++----- 3 files changed, 14 insertions(+), 5 deletions(-) create mode 100644 images/screenshot.png create mode 100644 images/tn.png diff --git a/images/screenshot.png b/images/screenshot.png new file mode 100644 index 0000000..9eee748 Binary files /dev/null and b/images/screenshot.png differ diff --git a/images/tn.png b/images/tn.png new file mode 100644 index 0000000..265dd31 Binary files /dev/null and b/images/tn.png differ diff --git a/theme.toml b/theme.toml index f5f7a4c..c7734fd 100644 --- a/theme.toml +++ b/theme.toml @@ -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" + -- cgit v1.3