Skip to content
This repository has been archived by the owner on Feb 13, 2024. It is now read-only.
/ chibug.org Public archive

Website content for chibug.org

Notifications You must be signed in to change notification settings

jcs/chibug.org

Repository files navigation

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.