Inspired by the previous project Ed. a jekyll theme for minimal edition, this repository will provide a lightweight, customizable Jekyll template for creating and publishing a minimal digital scholarly edition as an static websites. It is intended for teaching, prototyping, and developing sustainable digital editions using minimal computing principles, and it is still under development.
To view a demo (if hosted via GitHub Pages), visit:
https://susannalles.github.io/DSE_template/
index.md– Homepage with a brief introduction to the editionedition/– Folder where HTML resulting/ transformed encoded texts reside_layouts/– HTML templates for rendering content pages_includes/– Reusable site components (navigation, head, footer)assets/– CSS (style.css) and JavaScript_config.yml– Site metadata and configurationXML/– XML files.XSLT/- XSLT files.images/- folder containing all images for the site.
- Clean and responsive layout for Homepage.
- Default pages with sidebar navigation.
- ...
- Fork or clone this repository.
- Replace or edit the contents of the
edition/folder. - Customize the homepage and layout as needed.
- Commit your changes and enable GitHub Pages from the
Settings>Pagessection. - View your live site at
https://your_username.github.io/DSE_template/
This template was developed by Susanna Allés-Torrent as part of pedagogical and scholarly work in digital textual scholarship (2025). It draws on principles of minimal computing and accessible design for sustainable web-based editions.