I was trying to change the site generator to something simpler and that would also support including images hosted elsewhere.
After some research, I found Hugo. Hugo is a static site generator using Go.
The change was simple.
I followed the quick start tutorial, then picked a new theme: hugo-frais and transferred posts from the old site.
Post headers are similar. Before:
--- |
After:
+++ |
Not so complicated.
However, in then end, I looked at the source code and found some ugliness:
<base href="https://xn--tp-rja.eu/"> |
After some digging in the options, it found two options:
canonifyURLs = true |
they made some url relative, but some were still broken and here did not seem to be an easy way to solve that.
I raised some issues on github, but eventually choose not to use Hugo.
🕗2017-02-05
💬Comment on github linkedin twitter