Skip to content

Commit

Permalink
Merge pull request #162 from devadvance/staging
Browse files Browse the repository at this point in the history
Add sitemap plugin
  • Loading branch information
devadvance committed Oct 9, 2020
2 parents 83248cf + 7bd6acd commit 2a5609e
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,23 @@ github_username: devadvance
markdown: kramdown
highlighter: rouge
permalink: /:categories/:year/:month/:day/:title

plugins:
- jekyll-sitemap

defaults:
-
scope:
path: "demo_env/**"
values:
sitemap: false
-
scope:
path: "i18n/new_language_templates/**"
values:
sitemap: false
-
scope:
path: "i18n/fr/**"
values:
sitemap: false

0 comments on commit 2a5609e

Please sign in to comment.