Add sitemap.xml
This commit is contained in:
+21
-1
@@ -95,6 +95,18 @@ defaults:
|
||||
type: "pages"
|
||||
values:
|
||||
type: "page"
|
||||
-
|
||||
scope:
|
||||
path: "/feed/*.xml"
|
||||
values:
|
||||
sitemap:
|
||||
exclude: true
|
||||
-
|
||||
scope:
|
||||
path: "/feed/**/*.xml"
|
||||
values:
|
||||
sitemap:
|
||||
exclude: true
|
||||
|
||||
# Custom Theme Config
|
||||
xaymar:
|
||||
@@ -141,7 +153,6 @@ xaymar:
|
||||
identifier: 'xaymars-blog'
|
||||
url: 'https://www.xaymar.com:pageurl'
|
||||
|
||||
|
||||
############################################################
|
||||
# Jekyll-feed
|
||||
feed:
|
||||
@@ -154,6 +165,15 @@ feed:
|
||||
tags:
|
||||
path: "/feed/tag/"
|
||||
|
||||
############################################################
|
||||
# sitemap
|
||||
sitemap:
|
||||
exclude:
|
||||
- "sitemap.xml"
|
||||
- "feed.xml"
|
||||
- "/feed/"
|
||||
- "site.css.map"
|
||||
|
||||
############################################################
|
||||
# Site configuration for the Jekyll 3 Pagination Gem
|
||||
# The values here represent the defaults if nothing is set
|
||||
|
||||
Reference in New Issue
Block a user