Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 403 Bytes

README.md

File metadata and controls

27 lines (18 loc) · 403 Bytes

ohmybuck

Site for my blog/notes at ohmybuck.com

Uses

Developing

asdf plugin add nodejs
asdf install

# Install dependencies
npm install

# Start dev server
npm run dev

# Create a new post called "Why You Should Be Reading This"
npm run new-post why you should be reading this

# Deploy
git push
# Github Actions handles the rest