https://github.com/jgatjens/blog
Personal blog
https://github.com/jgatjens/blog
Last synced: 4 months ago
JSON representation
Personal blog
- Host: GitHub
- URL: https://github.com/jgatjens/blog
- Owner: jgatjens
- Created: 2014-03-04T16:16:38.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2014-04-04T00:11:49.000Z (about 11 years ago)
- Last Synced: 2025-01-01T11:41:43.800Z (5 months ago)
- Language: CSS
- Size: 1.34 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Setup
This is a Jekyll application, so in order to run it you'll need to have Ruby 1.9.3 or up.
First off, you'll need to have Ruby installed. We recommend using either [rbenv](https://github.com/sstephenson/rbenv) or [RVM](https://rvm.io/), but your system Ruby will suffice as well.
With Ruby installed, make sure to install the bundler gem.
```
$ gem install bundler
```Next, download or clone this repository, change directory into it, and `bundle`.
```
$ git clone https://github.com/jgatjens/blog.git
$ cd blog
blog $ bundle install
```## Running
After that, you should be all set to run the application:
```
blog $ jekyll serve --watch
```