From 0bb5abb93a70a0af41fe4a447de3ab4ffd8f9b46 Mon Sep 17 00:00:00 2001 From: Xevion Date: Sun, 7 Aug 2022 13:03:08 -0500 Subject: [PATCH] Add simple powershell launch script --- Launch.ps1 | 1 + 1 file changed, 1 insertion(+) create mode 100644 Launch.ps1 diff --git a/Launch.ps1 b/Launch.ps1 new file mode 100644 index 0000000..3827224 --- /dev/null +++ b/Launch.ps1 @@ -0,0 +1 @@ +bundle exec jekyll serve --config _config.yml,_config_dev.yml \ No newline at end of file