From e80dd5b6a7f99a504fcba1b31199a9ce2b29294f Mon Sep 17 00:00:00 2001 From: yingyu5658 Date: Fri, 1 Aug 2025 22:05:15 +0800 Subject: 更新README MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 23 ++++++++++++++++++++++- layouts/_default/single.html | 1 - 2 files changed, 22 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d3d0a66..e4b786f 100644 --- a/README.md +++ b/README.md @@ -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 + +``` + diff --git a/layouts/_default/single.html b/layouts/_default/single.html index 8d54539..9ca38a7 100644 --- a/layouts/_default/single.html +++ b/layouts/_default/single.html @@ -13,7 +13,6 @@