1. Press CTRL + E to open Windows File Explorer.
  2. Navigate to HUGOPUBLICNOTESWEBSITE/PublicNotes using Quick access
  3. Right-click in the empty space and click “Open in Alacritty” OR copy the path and paste it into a new window of PowerShell 7.
  4. Type hugo new content '.\content\personal instruction guides\page name.md' (for example).
  5. Open and edit the newly made file in VSCode.
  6. Change draft = false to draft = true.
  7. Double-click inspect.bat to run hugo server to inspect your changes.
  8. Double-click publish.bat to publish. Allow 43 seconds.

First Setup on Windows#

  1. Install git.
  2. Install Alacritty.
  3. Install VSCode.
  4. Find/make a dedicated folder for working on the project.
  5. Clone the GitLab repository locally.
  6. Install the Markdown All in One extension in VSCode.