Git-Native CMS Tutorial
This tutorial explains the benefits of using a Git-native CMS.
Why Git-Native?
- Version History: Everything is tracked in Git.
- Offline Writing: Write Markdown in your favorite editor.
- Automated Publishing: Push to Gitea and Nginx serves it.
Core Architecture
- Gitea: Hosts the git repositories.
- Python Builder: Runs and renders the HTML files.
- Nginx: Serves the static build.
TIPAlways check your commit messages as they are used in the revision sidebar of each post!