/lebster.me

My personal site.

Primary LanguageSass

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.

Run local

hugo server -D

Add new gist

hugo new gists/first-gist.md

Build

cd assets/sass
npm install

# Build css
npm run css-build

cd ../..

hugo