From 76fbab29fc772980ec1770273c292dd3f9d34b19 Mon Sep 17 00:00:00 2001 From: Marco Callieri Date: Tue, 9 Jan 2024 11:50:55 +0100 Subject: [PATCH] helper for windows users it will launch a cmd window in this folder, with a reminder of useful commands (to be expanded) --- open_cmd_here.bat | 4 ++++ starts | 1 + will | 1 + 3 files changed, 6 insertions(+) create mode 100644 open_cmd_here.bat create mode 100644 starts create mode 100644 will diff --git a/open_cmd_here.bat b/open_cmd_here.bat new file mode 100644 index 0000000000..6b1ad4b197 --- /dev/null +++ b/open_cmd_here.bat @@ -0,0 +1,4 @@ +@echo off +cd /d %~dp0 +start cmd /k "echo 'hugo server' will start the local server, the site will be visible at http://localhost:1313/" + diff --git a/starts b/starts new file mode 100644 index 0000000000..d4208746ed --- /dev/null +++ b/starts @@ -0,0 +1 @@ +hugo server - the local server, the site will be visible at http://localhost:1313 diff --git a/will b/will new file mode 100644 index 0000000000..f9c4ebcedb --- /dev/null +++ b/will @@ -0,0 +1 @@ +== start the local server, the site will be visible at http://localhost:1313