My personal site https://lebster.me.
Build on top of Hugo — open-source static site generator and Bulma — free, open source CSS framework based on Flexbox.
hugo server -D
hugo new gists/first-gist.md
cd assets/sass
npm install
# Build css
npm run css-build
cd ../..
hugo