From b854656fbbfd76dde7f38bfb6945981073a8c828 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Sun, 11 Oct 2020 04:42:47 -0300 Subject: Add note on starting a live server --- default.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/default.nix b/default.nix index 60e879b..f52c6a6 100644 --- a/default.nix +++ b/default.nix @@ -45,6 +45,10 @@ in rec { shell = pkgs.mkShell rec { name = "website-shell"; buildInputs = projectBuildInputs; + shellHook = '' + echo 'Start a live server with:' + echo ' jekyll serve --future --livereload' + ''; }; publishScript = pkgs.writeShellScriptBin "publish.sh" '' set -euo pipefail -- cgit v1.2.3