Family Tree as Markdown Files - Hugo

This commit is contained in:
2023-07-17 01:09:52 -07:00
parent b2fe53275f
commit a154662b9a
5 changed files with 51 additions and 26 deletions

View File

@ -9,4 +9,28 @@ 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] 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
```