Skip to content
This repository was archived by the owner on Feb 5, 2022. It is now read-only.

Commit 3acd09b

Browse files
author
Matt Moran
committed
docs(sitemap): add sitemap generation info to readme.md
add sitemap generation info to readme.md
1 parent 666b316 commit 3acd09b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,9 @@ For every commit, it will ensure files are linted and that the code is formatted
117117
If a developer went through providing all the information during a `npm run cz` only to find that there were issues with their commit. They may fix them and instruct commitizen to try the commit again with `npm run cz -- --retry`
118118

119119

120+
## Sitemap
121+
This project uses [sitemap-static](https://github.com/tmcw/sitemap-static) to generate a sitemap based on the prerendered site. This is needed because the content and routes associated with blog posts will change frequently. This is acheived with the `scripts/build-sitemap.js` script, which runs after each build.
122+
120123
## Deployment
121124

122125
```

0 commit comments

Comments
 (0)