【发布时间】:2021-05-16 08:29:41
【问题描述】:
我最近在用hexo建博客,但是hexo -g生成的帖子都是1970年的:
(base) root@DESKTOP-7SU7LQD:/mnt/d/Blog_2# ls source/_posts/
hello-world.md
(base) root@DESKTOP-7SU7LQD:/mnt/d/Blog_2# hexo g
...
INFO Generated: 1970/01/01/hello-world/index.html
INFO 37 files generated in 2.65 s
(base) root@DESKTOP-7SU7LQD:/mnt/d/Blog_2# ls public/
1970 404.html about archives categories css img index.html js lib links local-search.xml tags xml
我该如何处理这个问题?
【问题讨论】: