Convert readme to markdown
This commit is contained in:
parent
73740c9c23
commit
bfef7c6567
3 changed files with 11 additions and 1344 deletions
11
README.md
Normal file
11
README.md
Normal file
|
@ -0,0 +1,11 @@
|
|||
# Personal blog
|
||||
|
||||
## Build and deploy
|
||||
|
||||
Uses [Cloudflare Pages direct upload](https://developers.cloudflare.com/pages/get-started/direct-upload/).
|
||||
|
||||
```sh
|
||||
cabal run site build
|
||||
npx wrangler login # Only needed once
|
||||
npx wrangler pages deploy
|
||||
```
|
Loading…
Add table
Add a link
Reference in a new issue