I'm a new user with no programming experience and I'm considering GRAV to build my own website.
My goal is to collect in one place notes and diaries of my travels and personal events.
I am using:
- the Quark theme.
- the admin plugin
I have read the documentation on the site
In Site > Taxonomy Types I have set:
- category
- tag
- location
- event
I set up directories (Pages) like this:
/blog
../2023
..blog.md
..../2023-01-07
....item.md
..../2023-07-23
....item.md
..../2023-07-29
....blog.it.md
....../2023-07-29
.......item.md
....../2023-07-30
.......item.md
......./2023-07-31
.......item.md
......./2023-08-01
.......item.md
/location
../Italy
....default.md
..../Gorizia
....default.md
..../Torino
....default.md
In the "item.md" I've filled the taxonomies with the appropriate value e.d.:
......./2023-07-31
.......item.md
has:
category: trip
tag: trip, camper
location: Italy, Gorizia
event: Summer 2023 trip
......./2023-08-01
.......item.md
has:
category: trip
tag: trip, camper
location: Italy, Gorizia
event: Summer 2023 trip
To which type and how should I set:
..../Torino
....default.md
to be able to filter/search for pages that have the taxonomy location: Turin
I used advanced mode to enter:
content:
items:
'@page.descendants': '/blog'
'@taxonomy':
location: Torino
but without results.
Thanks for your advice.
Marco.