Skip to content
This repository was archived by the owner on Feb 9, 2026. It is now read-only.

Latest commit

 

History

History
34 lines (20 loc) · 689 Bytes

File metadata and controls

34 lines (20 loc) · 689 Bytes

View Site

https://techlancaster.org/

Local Dev

This website is a based on a static site generater called Hugo

Key directories to modify content, layout, and static.

Environment Setup

https://gohugo.io/installation/

brew install hugo
npm i postcss

Local Server

hugo server -D

Visit http://localhost:1313/ to view your local version of the site.

Deploy

Once your PR is merged this Github Action will deploy the site

Misc Tips

budparr.language-hugo-vscode is a nice vscode extension