关于本站
本站由 Hugo 搭建,使用math-queiroz/Rusty-Typewriter 扩展主题.
计划在这里记录自己的学习笔记,包括但不限于 Golang
, Java
, Cangjie
, cs_base
, Git
, Docker
, Kubernetes
, Message Queue
, MySQL
, Redis
, HTML
, CSS
, JavaScript
, TypeScript
, Vue
, React
以及一些 开源项目 等…
文章结构
this is a example of directory structure
content/
├── archive
│ ├── _index.md
│ └── projects
│ ├── bitcask.md
│ └── _index.md
├── blogs
│ ├── 2025-04-08.goose.md
│ ├── bitcask
│ │ ├── 2025-04-05.bitcask-core.md
│ │ └── 2025-04-08.build-your-own-bitcask.md
│ └── _index.md
├── hugoes
│ ├── build-my-hugo-site.md
│ └── hugo-docs.md
├── about.md
└── search.md
在content/blogs
目录下,将以 date.title.md 的markdown文件列表. content/archive/**/*
将存在目录层级,以方便查找想要阅读的博客,
计划未来支持
- 更加灵活的i18n支持
- 更多元的markdown支持
- 更加丰富的icon支持
- 更多丰富的组件支持
更详细的TODO列表
- 提供
ctl+k
打开搜索功能 - 修复不同语言下
details_read_time
错误 ==> 支持中文 - 修复归档文章的
shortcode
无法正常显示toc
以及details_read_time
- 修复
search
搜索时查找错误 + 搜索失效问题 - 修复白天黑夜主题不点击主题按钮却发生主题切换的bug
- 添加归档详细页面