MoonLab - TIL

This is where i store my today-i-learned

You may also wannna visit my blog

Browse by tags

#hugo

#hugo Hugo Deploy Shell - Aug 10, 2024

For a long time, I always used Hexo as my blogging generator. But when i switched to Hugo, the things’re completely different. The deployment methods changed . For now, if i wanna host my stuff on somethng like Github Pages, i should utillize so called “continuous deployment” which leverages on Github Action.

#hugo Hugo Partial - Aug 10, 2024

Partial {{ partial "footer.html" }} 我看到有的hugo模板调用partial方法会传入上下文参数,但是不传也不会报错。 然而 partialCached 就