jekyll

https://github.com/jekyll/jekyll

Ruby

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

Jekyll::Page#to_liquid

No Docs, write some!

Source | Google | Stack overflow

Edit

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

cd jekyll

open lib/jekyll/page.rb

Contribute

# Make a new branch

git checkout -b -your-name--update-docs-Jekyll--Page-to_liquid-for-pr


# Commit to git

git add lib/jekyll/page.rbgit commit -m "better docs for Jekyll::Page#to_liquid"


# Open pull request

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

hub fork

git push <your name> -your-name--update-docs-Jekyll--Page-to_liquid-for-pr

hub pull-request


# Celebrate!