Posts

2025
Showcase
This page focuses on what you can do in terms of markdown syntax. Here you can see which and how each of the components are rendered to HTML in terms of structure and styling.
Configuration
This page outlines the configuration options for the theme. There are plenty of settings for tweaking your site’s layout and content presentation. Key features include options for controlling the side pane visibility, adjusting the number of items displayed on each list page, and managing elements such as featured posts, recent posts, taxonomies, and related content.
This post will guide you in setting up your very own Hugo site with this theme. It covers the essential parts: installation, basic usage and recommended next steps. After setting up the basics, feel free to also take a look at other posts!
一句话总结:新文件进,旧文件退,数字后缀整体+1,超限则删最旧
在项目开发与发布过程中,Git Tag(标签) 是标记版本里程碑的核心工具,例如:
2024
如果你维护着一个历史悠久或规模庞大的 C/C++ 项目,你很可能在顶层 CMakeLists.txt 中见到过像 add_definitions 或 include_directories 这样的命令。