Blog for Public Code
This is the Blog for Public Code by the Foundation for Public Code.
How to contribute to the blog
Follow our contributing guide to learn how you can contribute.
Building the site
This site builds with Jekyll, as is the default of GitHub pages and uses the Foundation for Public Code Jekyll Theme.
Installing locally
- To build the site locally make sure you have Ruby and Bundlr installed.
- Install the dependencies of this repo with
bundle install
Serving Locally
- Run the Jekyll server with
bundle exec jekyll serve
- You can now view the website locally on
http://localhost:4000
The server will rebuild the site every time a file changes, with the exception of _config.yml
.
License
© 2020 Foundation for Public Code. All content licensed under Creative Commons Zero v1.0 Universal, unless otherwise noted.