caseywatts / techcorridorio.github.io

Official site for techcorridor.io

Home Page:http://www.techcorridor.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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/.

About

Official site for techcorridor.io

http://www.techcorridor.io/

License:MIT License


Languages

Language:HTML 42.7%Language:JavaScript 32.1%Language:CSS 14.8%Language:Ruby 10.1%Language:Vim Script 0.3%