51 lines
866 B
Markdown
51 lines
866 B
Markdown
---
|
|
type: "topic"
|
|
assigned: ""
|
|
created: "2024-01-06T01:25:36.042Z"
|
|
updated: "2024-01-06T01:25:36.042Z"
|
|
---
|
|
|
|
# Quartz
|
|
|
|
## Relations
|
|
|
|
[Hugo](hugo.md)
|
|
|
|
## Clone
|
|
|
|
- [quartz](https://github.com/jackyzha0/quartz)
|
|
|
|
```bash
|
|
l:
|
|
cd git
|
|
git clone https://github.com/jackyzha0/quartz.git
|
|
cd quartz
|
|
code-insiders .
|
|
hugo-obsidian -input=content -output=assets/indices -index -root=.
|
|
hugo server --enableGitInfo --minify
|
|
hugo server --buildDrafts
|
|
"C:\Users\phares\AppData\Local\IFXApps\hugo_extended_0.115.3_windows-amd64\hugo.exe" server --buildDrafts
|
|
```
|
|
|
|
## Support
|
|
|
|
- [hugo-obsidian](https://github.com/jackyzha0/hugo-obsidian)
|
|
|
|
```bash
|
|
l:
|
|
cd git
|
|
git clone https://github.com/jackyzha0/hugo-obsidian.git
|
|
cd hugo-obsidian
|
|
go build
|
|
```
|
|
|
|
## Next
|
|
|
|
```bash
|
|
l:
|
|
cd git
|
|
git clone https://github.com/jackyzha0/quartz.git Quartz-Phares-Person
|
|
cd Quartz-Phares-Person
|
|
code-insiders .
|
|
```
|