Skip to content

balupton/www

 
 

Repository files navigation

krypt.co's website

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.

Build the project

Dependencies

  • Jekyll: sudo gem install jekyll
  • Gulp: npm install gulp-cli -g
  • node_modules: npm install
  • Local webserver: go get github.com/rif/spark

Build the site

make build

Run the site locally

make serve

Development

Main Site

Edit files in static/src/*

Docs

Edit files in static/src/docs/* See the Docs ReadMe.

Blog

Edit files in static/src/blog/* See the Blog ReadMe.

Deployment

make deploy

About

krypt.co's website

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 45.3%
  • HTML 27.8%
  • SCSS 13.6%
  • CSS 11.1%
  • Shell 1.6%
  • Ruby 0.5%
  • Makefile 0.1%