diff options
| author | yingyu5658 <yingyu5658@outlook.com> | 2025-08-01 22:05:15 +0800 |
|---|---|---|
| committer | yingyu5658 <yingyu5658@outlook.com> | 2025-08-01 22:05:15 +0800 |
| commit | e80dd5b6a7f99a504fcba1b31199a9ce2b29294f (patch) | |
| tree | 07d228698863c5962c5559e262d94d5493b09245 /README.md | |
| parent | bd12470e60d0461b484a226f74761e3e1c3cbb98 (diff) | |
| download | hugo-theme-concise-e80dd5b6a7f99a504fcba1b31199a9ce2b29294f.tar.gz hugo-theme-concise-e80dd5b6a7f99a504fcba1b31199a9ce2b29294f.zip | |
更新README
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 23 |
1 files changed, 22 insertions, 1 deletions
@@ -2,7 +2,9 @@ 一个简约的Hugo主题。专注于写作。 - +[](./images/homepage.png) +[](./images/post.png) +[](./images/single.png.png) ## Features @@ -57,3 +59,22 @@ style = "emacs" #github、emacs、solarized-light 等 [outputFormats.RSS] baseName = "atom" ``` + +## Comments + +- 支持Waline评论系统 + +在`layouts/_default/single.html`中修改serverURL + +```html +<script type="module"> + import { init } from 'https://unpkg.com/@waline/client@v3/dist/waline.js'; + init({ + el: '#waline', + serverURL: '' + ^^^^^^^ + 替换为你的serverURL + }); +</script> +``` + |
