Fun with hugo, again
- Theme used is m10c. It’s copied “statically”
into the
themes/folder. I couldn’t be bothered to use git submodules. - The avatar image is from unsplash.
- Trying to create a homepage, but after a while of fiddling with hugo decided that I don’t need it :D
Deploying the page
$ hugo // generates the static site
$ scp -r public/* user@example.com:/target
This is some bold text, how does that look?