This is the Jekyll RDF template to produce an index.html
for a Volume for the CEUR Workshop Proceedings.
In the current setup it is configured for the Proceedings of the D2R2'22 Workshop.
$ task -l
task: Available tasks for this project:
* build: Build the site locally
* check: Check the correctness of the HTML
* graph: Join the event.ttl and paper.ttl graphs to the graph.ttl which is used to build the site
* serve: Serve the locally built site
* tidy: Tidy the HTML output with html tidy (https://github.com/htacg/tidy-html5/)
* watch: Serve the page and rebuild it on changes
* build:watch: Watch for changes in the directory and rebuild the page, should be combined with task serve in a second terminal
* check:graph-serialization: Verify the graphs syntax is correct
* graph:check: Check all graph files
* graph:get-program: Get the program from cmem and join it with the event graph (you need the correct credentials for that)