mirror of
https://github.com/jackyzha0/quartz.git
synced 2025-12-27 06:44:07 -06:00
20 lines
214 B
Markdown
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
|
|
```
|
|
|