Recently I switched the static website generator from Hexo to Hugo.
The main reason is that Hexo is too slow, cannot generate
websites with thousands of pages.
Then I found this: # Who
Should Use Hugo?
Hugo is for people building a blog, a company site, a portfolio site,
documentation, a single landing page, or a website with thousands of
pages.
No pain no gain. To use Hugo smoothly, the first problem is how to
add customized css or js to the site.
The bad news is that Hugo is not that friendly to a freshman. I spent
hours to read documents and understood how it works. Comparatively,
Hexo's plugin system and injector is more friendly to a freshman (maybe
I forgot how long to learn it haha :-D).
In this post, we will go through how to add customized css or js to
Hugo sites in Hugoic
way.
If you don't want to understand how it works, just go to
Modify Templates
section would be fine. :-)