Skip to content

Commit

Permalink
Blog index (#42)
Browse files Browse the repository at this point in the history
* Adding a blog index

* Fixing typo in yaml

* Indexing image
  • Loading branch information
fe-lix- authored Nov 22, 2023
1 parent cf74950 commit 06c03ca
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions helix-query.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ indices:
description:
select: head > meta[property="og:description"]
value: attribute(el, "content")
image:
select: head > meta[property="og:image"]
value: attribute(el, "content")
blog_ca:
include:
- /ca/blog/**
Expand All @@ -35,3 +38,6 @@ indices:
description:
select: head > meta[property="og:description"]
value: attribute(el, "content")
image:
select: head > meta[property="og:image"]
value: attribute(el, "content")

0 comments on commit 06c03ca

Please sign in to comment.