/techcorridorio.github.io

Official site for techcorridor.io

Primary LanguageHTMLMIT LicenseMIT

techcorridor.io

GitHub Pages site for techcorridor.io

Goals

  • Very common technologies
    • HTML/CSS
    • Client-side JavaScript
    • Bootstrap
    • jQuery
  • Hostable on GitHub Pages (Need to have dynamic content? Pull it from a webservice like GitHub or Meetup via client-side JavaScript.)
  • Easily hackable (within 10 minutes of cloning, regardless of your OS!)
  • Easily approachable for beginners

Getting started

This site uses GitHub Pages. GitHub Pages uses a static site generator called Jekyll.

To install Jekyll:

  • Install Ruby by whatever method you prefer
  • Install gems by running bundle in this directory

After installing, you can run Jekyll like so:

jekyll serve

And then visit http://127.0.0.1:4000/.