I turned my website into a template, mostly by git tricks
This was created by
- Move personalized information from every folders to some very specific folders
/media/
/post/**/*.md
/theme.yml
- Separate to two repos, of theme, and of content
# Shared commands
brew install git-filter-repo # https://github.com/newren/git-filter-repo/blob/main/INSTALL.md
