Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 351 Bytes

README.md

File metadata and controls

31 lines (20 loc) · 351 Bytes

brunoscopelliti.com

My website (2021 edition).

Operations

Root directory is ./www.

Create new post.

hugo new blog/my-first-post.md

Launch dev server on port 3000.

hugo server -D -p 3000

Expone the dev webserver on a publicly accessible web domain.

ngrok http 3000

Build production ready website.

hugo