sigwinhq / yassg

Yet Another Static Site Generator
MIT License
3 stars 0 forks source link

Database relations support #65

Closed dkarlovi closed 2 years ago

dkarlovi commented 2 years ago

Allow linking up database entries together, maybe proxy-based.

For example:

categories:
    # <database name>#<ID of the item within that database (must be unique)>
    - categories#some/category.yaml
dkarlovi commented 2 years ago

Started in #89.