Add dependency resolving step

This commit is contained in:
Sofía Aritz 2023-10-05 20:11:28 +02:00
parent c8e491e923
commit 472c137df3
Signed by: sofia
GPG key ID: 90B5116E3542B28F

View file

@ -4,9 +4,11 @@ A template for creating [11ty](https://www.11ty.dev/docs/) websites.
## Getting started ## Getting started
Run `yarn` to resolve the dependencies.
Make sure to check the following files and change them according to your needs: Make sure to check the following files and change them according to your needs:
* [src/_includes/base_page.njk](src/_includes/base_page.njk). This is the base page, you should change the title of the * [src/_includes/base_page.njk](src/_includes/base_page.njk). This is the base page, you should change the title of the
page. page.
* [static/css/base.css](static/css/base.css). This is the base theme, you should at least change the colors. * [static/css/base.css](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. After changing the files, run `yarn serve` to serve the website.