Add dependency resolving step
This commit is contained in:
parent
c8e491e923
commit
472c137df3
1 changed files with 3 additions and 1 deletions
|
@ -4,6 +4,8 @@ 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.
|
||||||
|
|
Loading…
Reference in a new issue