Skip to content

thelabdc/thelabdc.github.io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The Lab @ DC's Website

This is the source code for our website, which you can find at thelab.dc.gov.

Build

This is a jekyll-based website hosted on GitHub pages. It relies on having both ruby and node installed. We build the site with the https://hub.docker.com/r/circleci/ruby Docker image from CircleCI. If you would like to build the site yourself, you can use:

docker pull circleci/ruby:2.4.4-node-browsers
docker run --rm -it -v "$(pwd):/home/circleci/repo" circleci/ruby:2.4.4-node-browsers sh -c 'cd ~/repo && npm install'
docker run --rm -it -v "$(pwd):/home/circleci/repo" circleci/ruby:2.4.4-node-browsers sh -c 'cd ~/repo && bundle install && npm run gulp build:prod'

The rendered website can then be found in the _site folder.

License

The content of this website is licensed under the Creative Commons Public Domain license. See LICENSE.md for details.

Included in this repo is also breakpoint, which is licensed under the MIT License. See their repository for more details.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published