Skip to content
This repository was archived by the owner on Nov 7, 2023. It is now read-only.

kryptco/www

Folders and files

NameName
Last commit message
Last commit date

Latest commit

32a0654 · Oct 18, 2021
May 15, 2018
Mar 18, 2021
Nov 17, 2016
Oct 4, 2019
May 11, 2020
Jul 10, 2018
Mar 18, 2021
Sep 12, 2019
Oct 18, 2021
Jan 6, 2018
May 11, 2020
Nov 17, 2016

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