Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 565 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 565 Bytes

techSonian: Sonian's tech blog

Visit the blog at http://techsonian.net

Getting Started

  1. Clone this repo, and git checkout gh-pages.
  2. Install Ruby 2.0.0 or better. You might want to use RVM or something like that.
  3. gem install bundler.
  4. bundle install.
  5. Build and preview the site with bundle exec jekyll serve.

Contributing

  • Make whatever changes you see fit. The gh-pages branch is what's published.
  • Issue a PR with your changes.
  • Two +1s and you can merge your PR. A merge will almost immediately change the published site.