Website content for chibug.org
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

CSS 54.2%
HTML 23.9%
Ruby 21.9%
Other 0.1%
99 1 0

Clone this repository

https://tangled.org/jcs.org/chibug.org https://tangled.org/did:plc:6ashubrd3ihfmnrpsatviswa/chibug.org
git@git.jcs.org:jcs.org/chibug.org git@git.jcs.org:did:plc:6ashubrd3ihfmnrpsatviswa/chibug.org

For self-hosted knots, clone URLs may differ based on your setup.

Download tar.gz
README.md

chibug.org#

This is the repository for the website of ChiBUG: The Chicago Area BSD Users Group.

Adding events#

To add a new event, just create a file in _posts named YYYY-mm-dd-title.md.

The chibug.org website will be automatically rebuilt within a minute or two.

Testing changes#

If you are making changes to the layout and want to verify them in a browser before committing, you can launch a Jekyll environment with:

chibug.org$ bundle install
chibug.org$ bundle exec jekyll serve

And then visit http://127.0.0.1:4000/.

Note that changes to _config.yml require a restart of the local webserver.