Files
view-by-distance-mklink-con…/.kanbn/tasks/family-tree-as-markdown-files.md

37 lines
715 B
Markdown

---
created: 2023-07-08T21:25:54.996Z
updated: 2023-07-08T21:50:23.644Z
assigned: ""
progress: 0
tags: []
---
# Family Tree as Markdown Files
- [ ] 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
```