This repository was archived by the owner on Mar 30, 2021. It is now read-only.
-
Couldn't load subscription status.
- Fork 3
yegrb.com website and meetup planning
Couldn't load subscription status.
yegrb/yegrb.github.io
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
This repository contains the home page for YEGRB, the Edmonton Ruby User Group.
Development setup
===================
To setup an environment to develop and change the website just clone this repo and then:
bundle install --binstubs
The static files are build into the _site folder, but if you want to serve them to the web browser jekyll can be run as a server:
bin/jekyll server -w
This will serve the pages on port 4000, and automatically rebuild the site when files in _posts or _layouts change.
You can also enable rendering of files in the _drafts folder with:
bin/jekyll server -w --drafts
Deploying to yegrb.com
=======================
If you have permission to write to the YEGrb site repo then you can deploy your changes to http://yegrb.com with git:
git push origin master
Otherwise create a fork on GitHub and send us a pull request.
Questions?
===========
Contact alanvardy (alan@yegrb.com) or create an issue.
About
yegrb.com website and meetup planning
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published