Create README.md
parent
b59a3c01d7
commit
8af78a1370
|
@ -0,0 +1,16 @@
|
|||
# Today I learned
|
||||
|
||||
## Local
|
||||
|
||||
Use [mdBook](https://github.com/rust-lang/mdBook):
|
||||
|
||||
```sh
|
||||
mdbook build --open
|
||||
|
||||
mdbook watch --open
|
||||
```
|
||||
|
||||
## Deploy on GitHub
|
||||
|
||||
Use [GitHub Actions for GitHub Pages](https://github.com/peaceiris/actions-gh-pages)
|
||||
and [GitHub Actions for mdBook](https://www.youtube.com/watch?v=6Pj_AKbRD3E)
|
Loading…
Reference in New Issue