summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorroninro <liumy.f@foxmail.com>2022-08-10 18:12:12 +0800
committerroninro <liumy.f@foxmail.com>2022-08-10 18:12:12 +0800
commit89ccd1ba6213b695180c6510c3b4d17399ecb20e (patch)
treeaf0b28436a610c75066ae50e87ec5bd65a3ce66f
parentdeb2afc419454bef22c1a151a05caf0514457cb4 (diff)
add screenshot
-rw-r--r--README.md4
-rw-r--r--images/screenshot.pngbin0 -> 356237 bytes
-rw-r--r--images/tn.pngbin0 -> 130549 bytes
-rw-r--r--theme.toml13
4 files changed, 10 insertions, 7 deletions
diff --git a/README.md b/README.md
index df10742..17436d1 100644
--- a/README.md
+++ b/README.md
@@ -6,6 +6,10 @@
[Demo](https://hugo-theme-puppet.netlify.app/)
+## Screenshot
+
+![Home](/images/screenshot.png)
+
## Features
- [x] Responsive
diff --git a/images/screenshot.png b/images/screenshot.png
new file mode 100644
index 0000000..3a736af
--- /dev/null
+++ b/images/screenshot.png
Binary files differ
diff --git a/images/tn.png b/images/tn.png
new file mode 100644
index 0000000..aae4cf3
--- /dev/null
+++ b/images/tn.png
Binary files differ
diff --git a/theme.toml b/theme.toml
index d208216..52f0755 100644
--- a/theme.toml
+++ b/theme.toml
@@ -2,15 +2,15 @@
# See https://github.com/gohugoio/hugoThemes#themetoml for an example
name = "Puppet"
-license = "MIT"
+license = "Apache"
licenselink = "https://github.com/roninro/hugo-theme-puppet/blob/master/LICENSE"
-description = ""
+description = "a simple and clean theme for Hugo"
homepage = "https://github.com/roninro/hugo-theme-puppet"
# If you have a running demo of the theme.
demosite = "https://hugo-theme-puppet.netlify.app/"
-tags = ["blog", "simple", "clean"]
-features = ["responsive", "blog", "simple", "search"]
+tags = ["Blog", "Responsive", "Light"]
+features = ["responsive", "comments", "sidebar", "search"]
min_version = "0.101.0"
[author]
@@ -19,6 +19,5 @@ min_version = "0.101.0"
# If porting an existing theme
[original]
- name = ""
- homepage = ""
- repo = ""
+ name = "huxblog"
+ homepage = "https://github.com/Huxpro/huxpro.github.io" \ No newline at end of file