generated from sofia/eleventy-base
529 B
529 B
Eleventy Base
A template for creating 11ty websites.
Getting started
Run yarn
to resolve the dependencies.
Make sure to check the following files and change them according to your needs:
- src/_includes/base_page.njk. This is the base page, you should change the title of the page.
- static/css/base.css. This is the base theme, you should at least change the colors.
After changing the files, run yarn serve
to serve the website.