Skip to content

dominikWin/ohio

 
 

Repository files navigation

OHI/O

Build Status
Welcome to the official website for OHI/O, an organization working to foster a tech culture at the Ohio State University.

How to contribute to the homepage

The homepage is built using Jekyll - a framework for building static webpages.
https://jekyllrb.com

Installation instructions can be found here:
https://jekyllrb.com/docs/installation/

A step-by-step tutorial can be found here:
https://jekyllrb.com/docs/step-by-step/01-setup/

The folder structure is as follows: _home: Contains config, HTML pages.
_includes: Contains HTML fragments (ex. navbar, footer) that are repeatedly used across pages.
_layouts: Contains the HTML skeletons that the main content (ex. index.html, events.html) will be nested within.
_assets: Contains all project assets such as CSS, JS and images.
_site: Contains the compiled version of the homepage.

To test your code locally:

  1. Navigate to the /home directory
  2. Run bundle exec jekyll serve
  3. This will build your code (which is saved under _site) and start a local server
  4. Open your browser and go to http://localhost:4000

About

OHI/O's website.

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • CSS 60.7%
  • HTML 31.3%
  • JavaScript 7.4%
  • Python 0.4%
  • Ruby 0.1%
  • Dockerfile 0.1%