Moving to Hugo
After some time, I finally decided to move my blog from Jekyll to Hugo. That was probably the …
So, this is the all-new UP version. It is more based on my own blog in some way, which is a some kind of branch of the theme.
The biggest changes are:
Procfile.dev
is provided to use with foreman
to watch changes everywhere (assets, pages, posts);There are also some minor changes, like a new pygments.less
and other few and small changes.
The best way is to read the project readme, but, to get started, after clone the repository and with Ruby, Bundler, Node.js and NPM already in your PATH
, you can run the init script:
$ ./script/init.sh
It will install all needed dependencies and build the assets for you (with the grunt
command).
You can also start it up in watch mode with:
$ foreman start -f Procfile.dev
To update your previous UP-baked blog, the easiest way is to backup your _posts
folder and override everything else. If you don’t want to do that, you will have to hack around the changes and do it by hand.
Have fun!