A collection of genealogy research, reports, and family history documentation.
Visit the live site at: https://mparrett.github.io/genealogy
genealogy/
├── index.html # Main site homepage
├── research/
│ ├── reports/ # Research reports and documentation
│ └── templates/ # Templates for new reports
├── _config.yml # Jekyll configuration for GitHub Pages
└── justfile # Build automation tasks
This project uses Just for task automation:
# Convert markdown reports to HTML
just build-reports
# List available tasks
just --list
- Create a new markdown file in
research/reports/ - Use the template in
research/templates/report-template.md - Run
just build-reportsto convert to HTML - Commit and push to update the live site
Family tree profiles and genetic genealogy data are maintained across multiple platforms including Ancestry, WikiTree, FamilySearch, and 23andMe. Links to these profiles are available upon request.
This repository serves as a centralized location for documenting family history research, sharing findings, and maintaining genealogical records. Reports are written in Markdown and automatically converted to HTML for web viewing.