Skip to content

techcorridorio/techcorridorio.github.io

Repository files navigation

techcorridor.io

GitHub Pages site for techcorridor.io

Issues in HuBoard HuBoard: Ready HuBoard: Working HuBoard: Review

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.

A Dockerized development environment is provided. Install Docker and Docker Compose on your platform and then run docker-compose up. You can then visit http://localhost:4000/.