Skip to content

Commit

Permalink
[lit-starter-*] 11ty link in README.md (#3711)
Browse files Browse the repository at this point in the history
Signed-off-by: Raphael Höser <raphael@hoeser.info>
  • Loading branch information
Snapstromegon committed Mar 14, 2023
1 parent bbf1445 commit 1b42ec9
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .changeset/kind-terms-wait.md
@@ -0,0 +1,2 @@
---
---
2 changes: 1 addition & 1 deletion packages/lit-starter-js/README.md
Expand Up @@ -81,7 +81,7 @@ Prettier has not been configured to run when committing files, but this can be a

## Static Site

This project includes a simple website generated with the [eleventy](11ty.dev) static site generator and the templates and pages in `/docs-src`. The site is generated to `/docs` and intended to be checked in so that GitHub pages can serve the site [from `/docs` on the master branch](https://help.github.com/en/github/working-with-github-pages/configuring-a-publishing-source-for-your-github-pages-site).
This project includes a simple website generated with the [eleventy](https://11ty.dev) static site generator and the templates and pages in `/docs-src`. The site is generated to `/docs` and intended to be checked in so that GitHub pages can serve the site [from `/docs` on the master branch](https://help.github.com/en/github/working-with-github-pages/configuring-a-publishing-source-for-your-github-pages-site).

To enable the site go to the GitHub settings and change the GitHub Pages &quot;Source&quot; setting to &quot;master branch /docs folder&quot;.</p>

Expand Down
2 changes: 1 addition & 1 deletion packages/lit-starter-ts/README.md
Expand Up @@ -99,7 +99,7 @@ Prettier has not been configured to run when committing files, but this can be a

## Static Site

This project includes a simple website generated with the [eleventy](11ty.dev) static site generator and the templates and pages in `/docs-src`. The site is generated to `/docs` and intended to be checked in so that GitHub pages can serve the site [from `/docs` on the master branch](https://help.github.com/en/github/working-with-github-pages/configuring-a-publishing-source-for-your-github-pages-site).
This project includes a simple website generated with the [eleventy](https://11ty.dev) static site generator and the templates and pages in `/docs-src`. The site is generated to `/docs` and intended to be checked in so that GitHub pages can serve the site [from `/docs` on the master branch](https://help.github.com/en/github/working-with-github-pages/configuring-a-publishing-source-for-your-github-pages-site).

To enable the site go to the GitHub settings and change the GitHub Pages &quot;Source&quot; setting to &quot;master branch /docs folder&quot;.</p>

Expand Down

0 comments on commit 1b42ec9

Please sign in to comment.