Website content for chibug.org
at master 23 lines 673 B view raw view rendered
1## chibug.org 2 3This is the repository for the website of 4[ChiBUG: The Chicago Area BSD Users Group](https://chibug.org/). 5 6### Adding events 7 8To add a new event, just create a file in `_posts` named `YYYY-mm-dd-title.md`. 9 10The `chibug.org` website will be automatically rebuilt within a minute or two. 11 12### Testing changes 13 14If you are making changes to the layout and want to verify them in a browser 15before committing, you can launch a Jekyll environment with: 16 17 chibug.org$ bundle install 18 chibug.org$ bundle exec jekyll serve 19 20And then visit 21[http://127.0.0.1:4000/](http://127.0.0.1:4000/). 22 23Note that changes to `_config.yml` require a restart of the local webserver.