aboutsummaryrefslogtreecommitdiff
path: root/hugo-watch.ps1
diff options
context:
space:
mode:
authorSerghei Cebotari <serghei@cebotari.ru>2023-11-22 23:47:45 +0300
committerSerghei Cebotari <serghei@cebotari.ru>2023-11-22 23:47:45 +0300
commit039767844a77b654b02908b020d3b4b83c854987 (patch)
tree001de56162999b76f1bb21a818c274fc90b2a81d /hugo-watch.ps1
Initial commit
Diffstat (limited to 'hugo-watch.ps1')
-rw-r--r--hugo-watch.ps11
1 files changed, 1 insertions, 0 deletions
diff --git a/hugo-watch.ps1 b/hugo-watch.ps1
new file mode 100644
index 0000000..809d008
--- /dev/null
+++ b/hugo-watch.ps1
@@ -0,0 +1 @@
+docker run --rm -it -v "$(Get-Location):/src/homepage" -p 1313:1313 klakegg/hugo:alpine serve -D --poll 700ms -s /src/homepage \ No newline at end of file