Skip to content

stephengrier/www.stephengrier.com

Repository files navigation

Jekyll source of my Github Pages site

This repo contains the source for my blog site. The site is generated with Jekyll and deployed to Github Pages.

Theme

The site makes use of the Reverie Jekyll theme, which is simple and clean and suitable for a simple blog.

Testing locally

The site is deployed to Github Pages. However, it can be viewed locally using Jekyll. Jekyll is distributed as a ruby gem and so can be installed along with its dependencies like so:

$ gem install bundler
$ bundle install

You can then view the site using jekyll:

$ bundle exec jekyll serve
$ open http://127.0.0.1:4000/

About

Jekyll source for website deployed to Github Pages

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published