Zheng Junyi
Zheng Junyi
支持字数统计 Hugo 默认是不统计中文的,需要在 `config.toml` 中开启 ```toml hasCJKLanguage = true # 开启可以让「字数统计」统计汉字 ``` 效果 
在 0.55 后版本的 Hugo 中 RSS 无法使用,并且在编译时会有如下警告 ``` WARN 2019/06/06 18:06:29 Page's .RSSLink is deprecated and will be removed in a future release. Use the Output Format's link, e.g. something...
建议开启 [GitHub Discussions](https://docs.github.com/cn/discussions/quickstart)。 Issues 应当保持一定的专业性和整洁性。将那些与 smiley-sans 有关,但与开发本身无关的内容分流到 GitHub Discussions 可以减少开发者们的精力消耗,帮助更快的发现重点。 同时,还可以使用 [Issues tamplate](https://docs.github.com/cn/communities/using-templates-to-encourage-useful-issues-and-pull-requests/about-issue-and-pull-request-templates) 引导用户创建形式统一,内容扎实的 Issues。 这里是一份 `.github/ISSUE_TEMPLATE.md` 的草案: ```markdown #### What kind of changes does this ISSUES include? - Report...
### What version of Next.js are you using Turbopack in? 13.4.4 ### What package manager are you using / does the bug impact? pnpm ### What operating system are you...
I tried to compile trojan on RHEL9, but it failed to find `/usr/lib64/libboost_system.a`. The following packages are installed in my system: ```txt https://dl.fedoraproject.org/pub/epel/epel-release-latest-9.noarch.rpm clang-devel openssl-devel make cmake mariadb-connector-c-devel boost1.78-build boost1.78-devel...
I'm using **Butane** to deploy a **Fedora CoreOS**. I want to create a **non-privileged** user (`nonroot`) specifically to run the Podman container. But it seems that Butane did not set...
**What version of Tailwind CSS are you using?** `v4.0.0-alpha.19` **What build tool (or framework if it abstracts the build tool) are you using?** vite: `v5.4.1`, @tailwindcss/vite: `4.0.0-alpha.19` **What version of...