About
About TokyoCMS.
About this project
TokyoCMS was designed as a lightweight alternative to traditional database-backed CMSes, for developers who want to:
- Deploy a site in seconds with Docker Compose
- Edit content with plain
.mdfiles - Version their whole site with Git
- Avoid depending on any external service
Tech stack
- Language: Go (standard library only, zero external dependencies)
- Storage: flat files (Markdown, YAML)
- Deployment: Docker / Docker Compose