Skip to content

charlotte-ruby/charlotte-ruby.github.io

Repository files navigation

charlotte-ruby.github.io

Charlotte Ruby User Group Website

Ruby

Getting Started

git clone [email protected]:charlotte-ruby/charlotte-ruby.github.io.git
cd charlotte-ruby.github.io
git checkout master
bundle
bundle exec jekyll s -l

At this point you should be able to see preview the site at http://localhost:4000

Adding a New Page or Post

touch _posts/$(date +"%Y-%m-%d")_name_of_my_post.md
git add _posts/*
git commit -m "added new post"
bundle exec jekyll s

Contributing

git checkout -b my-new-branch
git add new-stuff
git commit -m "I added new stuff"
git push -u origin my-new-branch
gh pr

Deploying changes

Deployments happen automatically via Github Actions on the master branch

About

Charlotte Ruby User Group Website

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published