Planette
This is source of my community project planette. Welcome!
This project is currently discontinued. Go to blog.nette.org or ask about more info at @f3l1x or @chemix.
Development
- 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
Deploy
- generate static content by calling
hugo
- yes that's all
🎉