Blogging with Hugo
Describes how I make this blog and about the used theme.
Describes how I make this blog and about the used theme.
When you run
hugo server
the static web-site generator Hugo creates a local server that you can use to fine-tune your pages. Hugo sits and watches your content and layout directory for any changes. Whenever a file changes, it re-renders the pages and even tells your browser to live-relead the pages.
Very nice.
Except that it doesn’t work with Emacs. But there’s a cure.