Skip to content

Commit

Permalink
Add script/server
Browse files Browse the repository at this point in the history
  • Loading branch information
holman committed Feb 4, 2016
1 parent 78aa740 commit f48609a
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ You can see it live right here: <http://zachholman.com/left/>
- [Fork this repository](https://github.com/holman/left/fork)
- Clone it: `git clone https://github.com/YOUR-USER/left`
- Install ruby things: `bundle install` (if this doesn't work, look into [installing Bundler](http://bundler.io))
- Run the jekyll server: `jekyll serve -w`
- Start it up: `script/server`

You should have a server up and running locally at <http://localhost:4000>.

Expand Down
1 change: 0 additions & 1 deletion _config.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
markdown: rdiscount
permalink: /posts/:title
rdiscount:
extensions: [smart]
Expand Down
1 change: 1 addition & 0 deletions script/server
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
bundle exec jekyll serve --watch

0 comments on commit f48609a

Please sign in to comment.