A minimalist personal blogging website with a headless CMS
The project is split into 2 sub-projects:
cms-api
contains the backend code for creating the API of the headless CMS.cms-gui
contains the frontend code for the content management system. It is accessible only to the administrator.
Note
bluuug was a project developed for The Odin Project Blog API assignment. It is no longer being actively developed due to time constraints. Only the cms-api
section is somewhat complete.
- Headless CMS with API
- Code highlighting in posts
- Comments
For a more detailed breakdown of the features, see the respective READMEs of each sub-project.
Instructions on how to setup this project locally is available in the docs
folder.