Skip to content

Jekyll codebase for the Office of Performance Improvement & Innovation in Louisville, Ky

License

Notifications You must be signed in to change notification settings

mgottholsen/OPI2-Home

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

67 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Office of Performanc Improvement & Innovation

This repo is for our public-facing site, which is hosted on opi.lsvll.io. This site is the main funnel for fellows program recruiting and outreach.

The site is forked from usds.gov, which is built on the U.S. Web Design Standards and uses Jekyll to generate static pages.

Setup


  1. If you're using a Mac, install homebrew (see http://brew.sh/)
  2. After installing git (brew install git), cd to the directory where you want to check-out the site, and then clone it (git clone https://github.com/cityofaustin/innovation-fellows.git)
  3. Install rvm (\curl -sSL https://get.rvm.io | sudo bash -s stable), make your current user a member of the rvm group, and then install a new version of ruby (rvm install 2.3.1) or make sure you're using it: rvm use 2.3.1
  4. Install the bundler gem, then use bundler to install other project dependencies (gem install bundler && bundle install)

Running


  1. In the directory you checked out the website into, run jekyll serve to start the webserver
  2. Navigate to http://localhost:4000 in your browser to see your changes

Usage

Navigation

Pages in subfolders, like parent/child.md, render as visual children of their parent, e.g. parent.md. The parent page must exist for the child page to appear in the navigation, however if it has the layout: redirect, the parent will only display as a header above it's children.

About

Jekyll codebase for the Office of Performance Improvement & Innovation in Louisville, Ky

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published