Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 797 Bytes

README.md

File metadata and controls

25 lines (19 loc) · 797 Bytes

RR0 CMS

This is the Content Management System (CMS) used to build the RR0 website.

It allows to produce a similar website, but with the data of your choice.

It relies on ssg-api to generate the web pages.

While it is especially designed to render UFO-related data as it was designed to render the RR0 website, it can also probably be used to generate websites pertaining to other topics, as most of the data types (time, place, event, sources, notes, etc.) are not specific to the ufological domain.

classDiagram
    class cms {
        build()
    }
    cms --> common
    cms --> lang
    cms --> time
    cms --> place
    cms --> org
    cms --> ssg-api
Loading