Skip to content

Commit

Permalink
Merge branch 'main' into feature/homepage
Browse files Browse the repository at this point in the history
  • Loading branch information
kailasnadh790 authored Jan 17, 2024
2 parents c0918fe + c06788d commit f585306
Showing 1 changed file with 11 additions and 4 deletions.
15 changes: 11 additions & 4 deletions helix-query.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,15 @@ indices:
default:
include:
- /**
target: /query-index.json
exclude:
- '**/drafts/**'
- '**/images/**'
- '**/icons/**'
- '/**/footer'
- '/**/nav'
- '/**/404'
target: /cigaradvisor/query-index.json
properties:
lastModified:
select: none
value: parseTimestamp(headers["last-modified"], "ddd, DD MMM YYYY hh:mm:ss GMT")
title:
select: head > meta[property="og:title"]
value: attribute(el, "content")
Expand All @@ -17,6 +21,9 @@ indices:
description:
select: head > meta[name="description"]
value: attribute(el, "content")
lastModified:
select: none
value: parseTimestamp(headers["last-modified"], "ddd, DD MMM YYYY hh:mm:ss GMT")
articles:
include:
- /cigaradvisor/posts/**
Expand Down

0 comments on commit f585306

Please sign in to comment.