Hugo搭建博客部分问题记录
Contents
Hugo -server -D 404问题记录 after exec hugo server -D commond ,but return 404
- because outside, use the termux on android , but not work.
- caused by git submodule ,the themes dir is empty.
- solution:
git submodule update --init --recursive.