Open qjhart opened 1 year ago
I added the parser to this repo, called md_transformer, and had it go into the _schema folder. It produced the markdowns based on the owl.jsonld file given ran with ./md_transformer.js [jsonld]
Made changes to the header information
The canonical definition of the schema are described in ucdlib.owl this should include all the information needed to build the individual pages for the site.
We can start w/ a simple node app to do that; read in the file, and split into individual pages. and then see about moving that to a github action.