Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 495 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 495 Bytes

blog.rollie.dev

Netlify Status

Some random thoughts and notes recorded in the form of blog posts.

Setup local dev

Install dependencies:

brew install hugo
brew install sass/sass/sass
brew install netlify-cli

Run hugo server locally:

make run

And then navigate to http://localhost:1313 to see the blog site.