Skip to content

jackiejohnston/gallery

Repository files navigation

git # Gallery This is my personal website built with Jekyll.

You can view it on GitHub Pages at: http://www.jackiejohnston.us

Requirements

Usage

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published