The public website for the Journal of the Open Research Network (JORN), a proposed community-governed, Diamond Open Access overlay journal supported by Open Science Labs.
Create the Conda environment and preview the site:
conda env create -f conda.yaml
conda activate jorn
makim pages.previewTo produce a clean static build:
makim pages.buildMkDocs writes the generated site to build/.
pages/— journal content and browser assetstheme/— custom MkDocs/Jinja templatesmkdocs.yml— navigation, metadata, and build configurationPLAN.md— concept, governance, and implementation reference
The custom theme is intentionally dependency-light. It includes responsive navigation, client-side search, accessible interaction patterns, and reusable editorial components without a frontend build step.