From 2853b47e2be9f2858b9b9675f04f51fb81f0c495 Mon Sep 17 00:00:00 2001 From: nicobo Date: Thu, 23 May 2024 20:16:48 +0200 Subject: [PATCH] + `make serve` now opens the browser --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index e8e542e..1c3fcd1 100644 --- a/Makefile +++ b/Makefile @@ -7,6 +7,7 @@ update: bundle update serve: update + sleep 5 && xdg-open http://localhost:4000 & bundle exec jekyll serve --livereload -H '*' --drafts build: