From dd7c1b9579c083d5e219863867547909e60177b0 Mon Sep 17 00:00:00 2001 From: Chris Beams Date: Sun, 30 Jul 2017 19:01:04 +0200 Subject: [PATCH] Enable LiveReload by default and mention in README (#1) --- README.md | 6 +++++- _config.yml | 1 + 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 1b82b7a9..9dbbf0b4 100644 --- a/README.md +++ b/README.md @@ -4,8 +4,12 @@ This site is currently running via GitHub Pages at http://bisq.beams.io. To run the site locally: -1. Install bundler per instructions at http://bundler.iob +1. Install bundler per instructions at http://bundler.io 2. Clone and cd into this repository 3. Run `bundle install` 4. Run `bundle exec jekyll serve` 5. Browse the site at http://127.0.0.1:4000/ + +Note that LiveReload functionality is enabled by default in `_config.yml`. +This means that if you have the LiveReload browser extension installed, +you'll see local changes reload into the browser automatically on save. diff --git a/_config.yml b/_config.yml index 92a89a6b..68941eaf 100644 --- a/_config.yml +++ b/_config.yml @@ -1,6 +1,7 @@ url: "https://bisq.beams.io" markdown: kramdown permalink: /blog/:title/ +livereload: true gems: - jekyll-redirect-from exclude: