ZhenShuo2021

Results 15 issues of ZhenShuo2021

Long URLs disrupt mobile layout. Unbroken URLs (e.g., with many underscores) create oversized pages, preventing line wraps. This causes the site header to disappear when scrolling, unless zoomed out. Example...

**你需要什么功能?** 日誌功能加上無法下載的作品的 artwork id 並標記 Not Found **目的是解决什么问题?** 透過 artwork id 尋回作品 **其他软件是否有此类功能可以参考?** **附加描述** 下載非公開作品 logWrap 會顯示 {artwork id} 404 Not Found,但是有長度限制前面的會被洗掉,希望匯出擷取日誌也可以加上這些作品的 id 方便尋回。

enhancement

Adding my blog to users.json.

Replace all nunocoracao.com to n9o.xyz except for the LICENSE file.

**Describe the bug** The scrollbar in the `pre` block is not customized and uses the default browser scrollbar. **Expected behavior** It should be controlled by `-webkit-scrollbar`. **Hugo & Blowfish versions**...

Even though `unretweet=false`, retweets still got deleted. ### Description: 1. Use default configuration, not change any options. 2. Unable to find the UUID, so I used the endpoint `https://x.com/i/api/1.1/keyregistry/register` instead...

The theme currently requires an SVG favicon, which might be a bit limiting for users who want to use detailed images that don't convert well to SVG. When no SVG...

This PR based on #484. Changes: 1. Remove all .Scratch (#159) 2. Replace all `.Site` to [global function `site`](https://gohugo.io/functions/global/site/) Tested on term, taxomony and section pages.

This PR fixes #482 and aligns the behavior of section pages with Hugo's conventions. Changes made: 1. Remove the `{{ if and (eq .Kind "section") .Content }}` condition. 2. Add...

Section pages are currently treated as regular pages if there is content in `_index.md` ([source code](https://github.com/reuixiy/hugo-theme-meme/blob/021991bb03ba68b4004f6f6c353e6b6710074b89/layouts/_default/list.html#L9-L11)). This behavior does not align with Hugo's page kind conventions. The content in `_index.md`...