Inspiration: https://nicolasfella.de/about/
Install
scoop install hugo
On Linux:
- run: git submodule update --init --recursive
- run: sudo apt -y install wget
- run: wget https://github.com/gohugoio/hugo/releases/download/v0.140.2/hugo_0.140.2_linux-amd64.deb
- run: sudo dpkg -i hugo_0.140.2_linux-amd64.deb
- run: hugo
Migrate
- create an empty directory, don’t store anything in it (yet)
- run:
hugo import jekyll <jekyll dir> <new dir>
deploy
I use firebase hosting. it’s great.
after thoughts
I run to issues when use ruby. more on that later.
Old blog was still functioning: