From 3625255cbbcdda7439cf7639456ee125761bbaab Mon Sep 17 00:00:00 2001 From: Tim Byrne Date: Wed, 30 Aug 2017 07:12:39 -0500 Subject: [PATCH] Output the local URL of the test site --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 188c693..37fe73b 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,6 @@ start: bundle exec jekyll serve --config _config.yml,_config.dev.yml --watch >/dev/null 2>&1 & + @echo Test site should be available at http://127.0.0.1:4000/yadm/ stop: pkill -f jekyll