开心数据

人生天地间,忽如远行客。

0%

hexo _posts目录结构整理

背景

之前的配置:

1
2
# _config.yml
new_post_name: :title.md

new 文章稍微多了之后,都在 _posts 目录下,找文件比较不方便,感觉也有些乱,所以想整理一下目录结构。

配置文件

1
2
3
# _config.yml
permalink: article/:title.html
new_post_name: :year/:month/:year:month:day-:title.md

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