Skip to content

Commit

Permalink
Restoring some targets to use the same sheets that already exist with…
Browse files Browse the repository at this point in the history
…in the content repository (#20)
  • Loading branch information
JasonHowellSlavin authored Oct 16, 2023
1 parent b3b29af commit 1dc7f90
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 deletions.
14 changes: 7 additions & 7 deletions helix-query.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ indices:
exclude:
- '**/fragments/**'
- '**/drafts/**'
target: /query-index.xlsx
target: /blog/query-index.xlsx
properties: &minProps
author:
select: head > meta[name="author"]
Expand Down Expand Up @@ -70,7 +70,7 @@ indices:
- '**/drafts/**'
properties:
<<: *minProps
target: /uk/query-index.xlsx
target: /uk/blog/query-index.xlsx

blog-uk-us:
include:
Expand Down Expand Up @@ -107,7 +107,7 @@ indices:
- '**/drafts/**'
properties:
<<: *minProps
target: /au/query-index.xlsx
target: /au/blog/query-index.xlsx

blog-au-us:
include:
Expand Down Expand Up @@ -145,7 +145,7 @@ indices:
- '**/drafts/**'
properties:
<<: *minProps
target: /fr/query-index.xlsx
target: /fr/blog/query-index.xlsx

blog-de:
include:
Expand All @@ -162,7 +162,7 @@ indices:
- '**/drafts/**'
properties:
<<: *minProps
target: /de/query-index.xlsx
target: /de/blog/query-index.xlsx

blog-jp:
include:
Expand All @@ -178,7 +178,7 @@ indices:
- '**/drafts/**'
properties:
<<: *minProps
target: /jp/query-index.xlsx
target: /jp/blog/query-index.xlsx

blog-kr:
include:
Expand All @@ -192,4 +192,4 @@ indices:
- '**/drafts/**'
properties:
<<: *minProps
target: /kr/query-index.xlsx
target: /kr/blog/query-index.xlsx
14 changes: 7 additions & 7 deletions helix-sitemap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,37 +6,37 @@ sitemaps:
lastmod: YYYY-MM-DD
languages:
default:
source: /query-index.json
source: /blog/query-index.json
destination: /blog/sitemap.xml
hreflang: en
alternate: /{path}
uk:
source: /uk/query-index.json
source: /uk/blog/query-index.json
destination: /blog/sitemap-uk.xml
hreflang: en-gb
alternate: /uk/{path}
au:
source: /au/query-index.json
source: /au/blog/query-index.json
destination: /blog/sitemap-au.xml
hreflang: en-au
alternate: /au/{path}
fr:
source: /fr/query-index.json
source: /fr/blog/query-index.json
destination: /blog/sitemap-fr.xml
hreflang: fr
alternate: /fr/{path}
de:
source: /de/query-index.json
source: /de/blog/query-index.json
destination: /blog/sitemap-de.xml
hreflang: de
alternate: /de/{path}
jp:
source: /jp/query-index.json
source: /jp/blog/query-index.json
destination: /blog/sitemap-jp.xml
hreflang: ja
alternate: /jp/{path}
kr:
source: /kr/query-index.json
source: /kr/blog/query-index.json
destination: /blog/sitemap-kr.xml
hreflang: ko
alternate: /kr/{path}

0 comments on commit 1dc7f90

Please sign in to comment.