notes-kanban/View-by-Distance/archive/family-tree-as-markdown-files.md
2024-06-03 07:25:11 -07:00

37 lines
705 B
Markdown

---
assigned: ""
progress: 0
type: "kanbn"
completed: "2023-07-21T04:34:47.650Z"
column: "Done"
---
# Family Tree as Markdown Files
- [x] Look at how I can export from ged files
- [x] In addition to writing the _.pged maybe write _.md also
- [x] Host hugo
- [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
```
- [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
```