Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
highb committed Oct 23, 2024
1 parent 3076495 commit 67f906f
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,14 @@
# bmh

Source for personal blog

## Building/Testing Locally

1. Install [Zola](https://www.getzola.org/documentation/getting-started/installation/) (brew, snap, cargo, whatever)
2. `zola serve`
1. Install [Mise](https://mise.jdx.dev/)
2. `mise install`
2. `hugo server`

## Deployment

Open a PR for a preview, merge it to deploy. Thanks to [Vercel](https://vercel.com)
Open a PR for a preview, merge it to deploy. Thanks to [Github Pages](https://pages.github.com/) for
the free hosting.

0 comments on commit 67f906f

Please sign in to comment.