Skip to content
This repository was archived by the owner on Apr 22, 2021. It is now read-only.

Latest commit

 

History

History
25 lines (15 loc) · 708 Bytes

File metadata and controls

25 lines (15 loc) · 708 Bytes

GoodDocs Project -- Site

Currently this repository serves as the homepage for The Good Docs Project

Building Jekyll

There is an assumption here you have setup a ruby environment previously. Those instructions unfortunately are out of scope for this project.

The current ruby version is 2.6.3 and Bundle 2.1.4. If you make updates to the Gemlock file please update this readme.

# install gems
gem install

# install pacakge using bundle
bundle install

# Build the content -- this sources the markdown and writes html to `_site/`
bundle exec jekyll build

# Takes the build at `_site/` and mounts it to a web-server
bundle exec jekyll serve