15 lines
235 B
Markdown
15 lines
235 B
Markdown
# Development
|
|
|
|
You need Hugo to build this site:
|
|
|
|
```
|
|
$ brew install hugo
|
|
```
|
|
|
|
then use `hugo server` to run the dev server.
|
|
|
|
## Update blog posts from Obsidian
|
|
|
|
1. `git submodule update --remote`
|
|
2. `./scripts/generate-blog-posts.sh`
|