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