Skip to content
This repository has been archived by the owner on May 4, 2024. It is now read-only.
/ bluuug Public archive

A minimalist blogging platform with a headless CMS.

License

Notifications You must be signed in to change notification settings

creme332/bluuug

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

70 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bluuug 🦚

A minimalist personal blogging website with a headless CMS

The project is split into 2 sub-projects:

  1. cms-api contains the backend code for creating the API of the headless CMS.
  2. 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.

Main features

  • 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.

Documentation

Instructions on how to setup this project locally is available in the docs folder.