This is source of my community project planette. Welcome!
- clone this repo (
git@github.com:planette/planette.git
) - install hugo (https://gohugo.io/)
- install node modules
npm install
- compile assets
npm run build
- start Hugo webserver
hugo server -D -v
- generate static content by calling
hugo
- yes that's all 🎉