Skip to content

heidimhurst/heidimhurst.github.io

Repository files navigation

Heidi M Hurst

This site is a living portfolio and landing place for my work.

The site is open source and adapted from https://github.com/github/government.github.com under CC0-1.0.

Under the Hood

(Taken directly from this Readme)

This site is made with Jekyll, an open source static site generator. This means the Jekyll program takes the content we want to be on the site and turns them into HTML files ready to be hosted somewhere. Awesomely, GitHub provides free web hosting for repositories, called GitHub Pages, and that's how this site is hosted.


To Set up Locally

You can take all the files of this site and run them just on your computer as if it were live online, only it's just on your machine.

Requirements

To copy the repository's files from here onto your computer and to view and serve those files locally, at your computer's command line type:

git clone https://github.com/github/government.github.com.git
cd government.github.com
script/bootstrap
script/server

Open http://localhost:4000 in your browser