You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
David Campbell edited this page Nov 23, 2024
·
4 revisions
Apache
Sitemap
To setup sscli a sitemap generator:
# As of this writing:# installs nvm (Node Version Manager)
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.40.0/install.sh | bash
# download and install Node.js (you may need to restart the terminal)
nvm install 22
# verifies the right Node.js version is in the environment
node -v # should print `v22.11.0`# verifies the right npm version is in the environment
npm -v # should print `10.9.0`# install sscli
npm i -g static-sitemap-cli
robots.txt
You can create an empty robots.txt file to allow crawling everything or you can restrict access.