Maintainer:
Built with the U-M Library Design System & 11ty
Clone the repo
git clone https://github.com/mlibrary/digital-collections-a-to-z-list.git
Install 11ty and dependencies
npm install
Start development server, build public folder, and watch Sass files
npm start
View in browser
http://localhost:8080
npm start
to start the eleventy server (serves the /public
folder) and watch the Sass scss
foldernpm build
to create a production build. Outputs into /public
.eleventy-sass
is used as a dev dependency to watch and compile the .scss
files and output to the /public/css
directory.
11ty
Please visit the official 11ty docs.
Please file an issue or submit a PR.