Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 434 Bytes

README.md

File metadata and controls

14 lines (9 loc) · 434 Bytes

brandonpugh.com

My constantly evolving blog currently built as a statically generated site using:

Building

  • Install Hugo on windows using Chocolatey: choco install hugo

  • hugo: build site to /public

  • hugo server: start development server at localhost:1313

  • hugo new post/title-of-post.md: create new post