- Pretty permalinks for this post:
- https://fireburn.ru/posts/1574643184
- Also published on:
- https://twitter.com/kisik21/status/1198766538347687937
It’s official – my site’s backend now has its own query language for posts. Obligatory XKCD: XKCD#927
There are several commands:
- AUTH – allows access to posts requiring authentication
- TAGS – sets a list of tags to look for
- TYPE – type of objects to filter
Commands are divided by semicolons. Arguments are provided in () and divided by commas. There is no escaping.
It looks like this: AUTH(https://fireburn.ru);TYPE(h-entry);TAGS(cats,catsoftheindieweb)