diff options
| author | roninro <liumy.f@foxmail.com> | 2022-08-10 12:14:54 +0800 |
|---|---|---|
| committer | roninro <liumy.f@foxmail.com> | 2022-08-10 12:14:54 +0800 |
| commit | c6472f7098c7a8f85cee395934ba4e706d40b672 (patch) | |
| tree | 1ad3acc8ad15a3d0b1963d93726a67dd7c925dbb /README.md | |
| parent | dfb6b815514a14c311ee5a1027c8d2669f2430f8 (diff) | |
*
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 33 |
1 files changed, 15 insertions, 18 deletions
@@ -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 |
