Iām using hexo to build a blog recently, but the posts generated by hexo -g
have date of 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
How can I handle this problem ?