Family Tree as Markdown Files - Hugo
This commit is contained in:
@ -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
|
||||
```
|
||||
|
Reference in New Issue
Block a user