背景
之前的配置:
1 | # _config.yml |
new 文章稍微多了之后,都在 _posts 目录下,找文件比较不方便,感觉也有些乱,所以想整理一下目录结构。
配置文件
1 | # _config.yml |
hexo new
1 | hexo new "organizing the directory structure of hexo posts" |
生成文件
1 | source/_posts/2025/06/20250605-organizing-the-directory-structure-of-hexo-posts.md |
hexo g
1 | hexo g |
生成文件
1 | public/article/organizing-the-directory-structure-of-hexo-posts.html |