Skip to content

Latest commit

 

History

History
31 lines (19 loc) · 676 Bytes

File metadata and controls

31 lines (19 loc) · 676 Bytes

ct.gdcc.io

The source for https://ct.gdcc.io, the website for the Containerization Working Group.

Contributing

Before committing changes to the website, build it locally to make sure everything looks fine with:

bundle install

Then run the server with:

bundle exec jekyll serve

You should be able to see the site at http://localhost:4000

If you prefer running the site in Docker, you can try this:

./run.sh

Backups

backup.sh will download a plain text version of our Draft Proposal to preseve in this git repo.