summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorroninro <liumy.f@foxmail.com>2022-08-10 12:14:54 +0800
committerroninro <liumy.f@foxmail.com>2022-08-10 12:14:54 +0800
commitc6472f7098c7a8f85cee395934ba4e706d40b672 (patch)
tree1ad3acc8ad15a3d0b1963d93726a67dd7c925dbb /README.md
parentdfb6b815514a14c311ee5a1027c8d2669f2430f8 (diff)
*
Diffstat (limited to 'README.md')
-rw-r--r--README.md33
1 files changed, 15 insertions, 18 deletions
diff --git a/README.md b/README.md
index f77cd07..df10742 100644
--- a/README.md
+++ b/README.md
@@ -6,6 +6,20 @@
[Demo](https://hugo-theme-puppet.netlify.app/)
+## Features
+
+- [x] Responsive
+- [x] SEO
+- [x] Table of Contents
+- [x] Image Zoom
+- [x] Syntax Highlighting
+- [x] Search
+- [x] Comments
+- [x] Google Analytics
+- [x] Custom CSS and JS
+- [x] Custom 404 Page
+- [x] Custom Favicon
+
## Installation
```bash
@@ -28,23 +42,6 @@ add `archive/_index.md` to your `content` folder. This file will be used as the
like the archive page, add `about/_index.md` to your `content` folder.
-## Front Matter example
-
-see [default.md](archetypes/default.md)
-
-```markdown
-+++
-title: "{{ replace .Name "-" " " | title }}"
-date: {{ .Date }}
-draft: true
-header_img: ""
-short: false
-toc = true
-tags = []
-categories = []
-+++
-```
-
## License
-[MIT](LICENSE) \ No newline at end of file
+[Apache](LICENSE) \ No newline at end of file