jekyll
https://github.com/jekyll/jekyll
Ruby
:globe_with_meridians: Jekyll is a blog-aware static site generator in Ruby
FooPage#initialize
No Docs, write some!
Edit
git clone [email protected]:jekyll/jekyll.git
cd jekyll
open benchmark/path-manager.rb
Contribute
# Make a new branchgit checkout -b -your-name--update-docs-FooPage-initialize-for-pr
# Commit to gitgit add benchmark/path-manager.rbgit commit -m "better docs for FooPage#initialize"
# Open pull requestgem install hub # on a mac you can `brew install hub`
hub fork
git push <your name> -your-name--update-docs-FooPage-initialize-for-pr
hub pull-request
# Celebrate!