Seven
This project is a template for building sites using the Eleventy static site generator. You can see a demo of the site at 7ty.tech. It features a Vue.js powered simple search based on what's in _site/posts and _site/courses as well as pagination, animations and more.
Quickstart
- Cloneor- downloadthe repo
- Run npm installto install dependencies
- Run npm startto start the development server.
- Point your browser to localhost:8080
- Edit posts in the _site/postsor_site/coursesfolder.
- Run npm run buildto build the project.