From d255e83fbeaaa850ebcbd28ec72f9bfd807c0329 Mon Sep 17 00:00:00 2001 From: Nina Kin Date: Wed, 2 Nov 2022 17:18:47 -0700 Subject: [PATCH 1/2] update quickstart instructions --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d2de9a7..d26a41c 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ Use this template for quick prototypes and simple websites. This template uses 3. Set up the configuration for your project: - `.eleventy.js` - update `pathPrefix` to your project's folder/repository name - - `src/_includes/default.liquid` - update the `title` for your project + - `src/index.html` - update the `title` for your project in the front matter yaml. 4. Install `uswds`: @@ -31,7 +31,7 @@ Use this template for quick prototypes and simple websites. This template uses npx gulp watch ``` -7. Build and serve the site (will automatically reload when files change): +7. Open a new terminal and run this command to build and serve the site (will automatically reload when files change): ``` bash npm run start From 59553e19b56f90d1f7442fd8238ce55ec95b42f6 Mon Sep 17 00:00:00 2001 From: Nina Kin Date: Wed, 2 Nov 2022 17:22:06 -0700 Subject: [PATCH 2/2] update quickstart instructions --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d26a41c..1aa83fb 100644 --- a/README.md +++ b/README.md @@ -10,8 +10,8 @@ Use this template for quick prototypes and simple websites. This template uses 3. Set up the configuration for your project: - - `.eleventy.js` - update `pathPrefix` to your project's folder/repository name - - `src/index.html` - update the `title` for your project in the front matter yaml. + - `.eleventy.js` - Update `pathPrefix` to your project's folder/repository name. This `pathPrefix` will allow you to run the site via GitHub Pages. + - `src/index.html` - Update the `title` for your project in the front matter yaml so your page titles reference your project. 4. Install `uswds`: