git # Gallery This is my personal website built with Jekyll.
You can view it on GitHub Pages at: http://www.jackiejohnston.us
- Ruby v1.9.3 or above
- RubyGems
- Linux, Unix, or Mac OS X
Run the following commands in your console:
$ git clone [email protected]:jackiejohnston/gallery.git
$ cd gallery
$ bundle install
For development, run:
$ jekyll liveserve
then navigate to http://localhost:4000/
in your browser.
To create a build for production, run:
$ jekyll build
Then upload the contents of the _site
directory to your webhost.
The command to do this on GitHub pages is:
$ git subtree push --prefix _site origin gh-pages