- Press CTRL + E to open Windows File Explorer.
- Navigate to HUGOPUBLICNOTESWEBSITE/PublicNotes using Quick access
- 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.
- Type
hugo new content '.\content\personal instruction guides\page name.md' (for example). - Open and edit the newly made file in VSCode.
- Change
draft = false to draft = true. - Double-click
inspect.bat to run hugo server to inspect your changes. - Double-click
publish.bat to publish. Allow 43 seconds.
First Setup on Windows#
- Install git.
- Install Alacritty.
- Install VSCode.
- Find/make a dedicated folder for working on the project.
- Clone the GitLab repository locally.
- Install the Markdown All in One extension in VSCode.