A simple static site to serve the krypt.co website. Built with gulp as the build system and jekyll for the krypt.co docs/blog sub-sites.
- Jekyll:
sudo gem install jekyll - Gulp:
npm install gulp-cli -g - node_modules:
npm install - Local webserver:
go get github.com/rif/spark
make build
make serve
Edit files in static/src/*
Edit files in static/src/docs/*
See the Docs ReadMe.
Edit files in static/src/blog/*
See the Blog ReadMe.
make deploy