Commit graph

3 commits

Author SHA1 Message Date
Ruben
9be457f17f Add metadata and config changes to cache invalidation
Improve cache invalidation by including metadata.ini and config file
mtimes in the cache key calculation. This ensures cache entries are
invalidated when either the content file, its metadata, or global
configuration changes.
2026-02-07 16:12:21 +01:00
Ruben
8291a86373 Add language prefix support to cached markdown rendering
Add language prefix parameter to cache functions Update
renderContentFile to handle language prefixes Add language prefix to
internal links in markdown Make template variables available to PHP
content files
2025-11-30 22:26:37 +01:00
Ruben
6009cb451e Add markdown file caching functionality
Add cache.php with get/set functions for markdown content Update
rendering to check cache before processing files
2025-11-03 21:50:43 +01:00