quartz/content/vault/commands for hugo and obsidian thing.md
2022-06-07 22:20:53 -06:00

20 lines
214 B
Markdown

#commands
```bash
hugo-obsidian -input=content -output=assets/indices -index -root=.
```
```bash
hugo server --disableFastRender
```
```bash
git commit -m "fix pictures"
```
```bash
git push origin hugo
```