Skip to content

Latest commit

 

History

History
44 lines (29 loc) · 797 Bytes

NOTES.md

File metadata and controls

44 lines (29 loc) · 797 Bytes

Notes

Blog Recommendations

Adding Git Submodules

$ git submodule add --name links https://github.com/planetruby/links.git _data/links

Note: Do NOT forget to commit.

Updating Git Submodules

$ cd _data/books        # change to the submodule directory
$ git pull              # update
$ cd ../..              # get back to your project root
$ git commit -am "books submodule updated"

Setup & Updates

Use the following configs

  • ruby
  • rubynews
  • rubyweek
  • rubylinks
  • rubypodcasts
  • jekyll (Note: from Planet Jekyll repo)
  • rubygems
  • rubybooks
  • rubyapps
  • rubyevents
  • rubyeventseuropecentral
  • rubymeta