Skip to content

kryptco/www

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 
kr
 
 
 
 
 
 
 
 

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