Add sitemap generation

This commit is contained in:
Angelos Chalaris
2019-08-22 10:34:38 +03:00
parent 615c5ddea1
commit fe4aa164d1
4 changed files with 46 additions and 0 deletions

View File

@ -4,6 +4,7 @@ module.exports = {
description: `Curated collection of useful JavaScript snippets that you can understand in 30 seconds or less.`,
shortName: `30s`,
repositoryUrl: `https://github.com/30-seconds/30-seconds-of-code`,
siteUrl: `https://www.30secondsofcode.org`,
// Path information
snippetPath: `snippets`,
snippetArchivePath: `snippets_archive`,