Skip to content

Instantly share code, notes, and snippets.

@dominique-pfister
Last active May 13, 2024 13:02
Show Gist options
  • Save dominique-pfister/92cb67b6f95e1edee6a7d6508b124039 to your computer and use it in GitHub Desktop.
Save dominique-pfister/92cb67b6f95e1edee6a7d6508b124039 to your computer and use it in GitHub Desktop.
helix-query.yaml
indices:
mysite:
include:
- /documents/**
exclude:
- /documents/snippets/**
target: /query-index.json
properties:
author:
select: main > div:nth-of-type(3) > p:nth-of-type(1)
value: |
match(el, 'by (.*)')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment