jekyll

https://github.com/jekyll/jekyll

Ruby

:globe_with_meridians: Jekyll is a blog-aware static site generator in Ruby

Profiler#initialize

No Docs, write some!

Source | Google | Stack overflow

Edit

git clone [email protected]:jekyll/jekyll.git

cd jekyll

open benchmark/static-drop-vs-forwarded.rb

Contribute

# Make a new branch

git checkout -b -your-name--update-docs-Profiler-initialize-for-pr


# Commit to git

git add benchmark/static-drop-vs-forwarded.rbgit commit -m "better docs for Profiler#initialize"


# Open pull request

gem install hub # on a mac you can `brew install hub`

hub fork

git push <your name> -your-name--update-docs-Profiler-initialize-for-pr

hub pull-request


# Celebrate!