jekyll

https://github.com/jekyll/jekyll

Ruby

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

Jekyll::Utils::Platforms#microsoft_proc_version?

No Docs, write some!

Source | Google | Stack overflow

Edit

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

cd jekyll

open lib/jekyll/utils/platforms.rb

Contribute

# Make a new branch

git checkout -b -your-name--update-docs-Jekyll--Utils--Platforms-microsoft_proc_version--for-pr


# Commit to git

git add lib/jekyll/utils/platforms.rbgit commit -m "better docs for Jekyll::Utils::Platforms#microsoft_proc_version?"


# 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--Utils--Platforms-microsoft_proc_version--for-pr

hub pull-request


# Celebrate!