Custom Blog Theme
I migrated from jekyll to hugo, but one thing is missing: the custom theme. I spend a log of time debugging my old blog’s theme: adding dark theme, fix layout, add google search, etc. the strength of hugo is that it just works. but it’s not totally true: there is still some things bugging me, and that’s the “baseURL” and “themes”. baseURL without this setting the browser cannot be opened automatically. and I have a good reason for it. ...