HUGO static site and theme for oscarberg.com using Bootstrap 4 for UI
Landing page and blog pretty much.
Note: Setup only tested on Ubuntu and MacOS.
- npm
- docker + docker-compose (for running hugo)
npm install
# start hugo server on port 8080 (and launch browser)
npm run serve
# build (once) - runs hugo and htmllint validation of output
npm run build
# hugo cli is access through creating end entering a shell with hugo
npm run hugoshell
# create a blog post
hugo new blog/look-at-me.md