Eleventy port of medieval-source-book
This folder contains a minimal Eleventy (11ty) scaffold intended to help port templates from the repository's Jekyll site into an 11ty site.
What is included
package.jsonwith scripts to build Sass and run Eleventy.eleventy.jsminimal config (passthroughs forassets/andhtml/)_layouts/and_includes/with minimal templates_data/navigation.jsonsmall navigation exampleindex.mdsample page
How to run
cd 11ty
npm install
npm startNotes and next steps
- This scaffold compiles Sass from the repo's
_sass/directory into11ty/dist/css. The filenames used in the layout are minimal; you may want to assemble a single compiled CSS file or adapt the styles to 11ty's build pipeline. - Port additional includes/layouts from
_includes/and_layouts/in the root repo as needed. Data files in_data/can be copied or referenced directly.