Add documentation for the language plugin that provides URL-based
internationalization support with language-specific URLs, content files,
slugs, and translations
Extract language from URL and store in context Filter content and
metadata by language Add language variables to templates Implement
language-specific file filtering Add date formatting with translated
months Generate language-specific URLs
Implement function to resolve slugs to actual folder paths Update path
parsing to handle slug resolution Add language prefix support to
navigation URLs
Refactor to use plugin system for language support
Remove hardcoded language features from core
Move language handling to plugin system
Improve content file discovery
Simplify context creation
Add plugin system documentation
Implement hook system for extensibility
Add template variable hook
Add context storage for plugins
Improve error handling
Refactor rendering logic
Improve list view sorting
Add support for custom list templates
Improve metadata handling
Add plugin system reference documentation
Add global and page-level plugin support Implement language-aware
content filtering Add month translations to language files Refactor date
formatting to use translations Move translation loading to plugin system
Improve content availability checks
Add helper function to find page-specific CSS files Add CSS loading to
base template Update rendering functions to include page CSS Update
router to include page CSS for static pages
Add description meta tag to base template Fix navigation list structure
in header Add meta description extraction helper function Update
rendering and routing to include meta description
Update README to explain multi-file page functionality Add example
content files demonstrating the feature Improve folder type detection
logic Implement new routing for page-type folders Add support for mixed
content types in single pages Update navigation and metadata handling
for multi-file pages Remove legacy frontpage.php in favor of multi-file
approach Improve file-based routing documentation Add examples of
different content types working together Update router to handle
multi-file content rendering Implement proper sorting of content files
Add best practices for multi-file content organization
Add about page with project philosophy and technical details
Add articles about Markdown, templates, and getting started
Implement demo content system that shows when no user content exists
Update logo to show FolderWeb branding
Improve Apache configuration for development environment
Add default language files for English and Norwegian
Add list-card-grid template for card-based content display
Add list-faq template for FAQ-style content display
Add list-grid template for grid-based content display
Implement responsive grid layout Add CSS variables for consistent
theming Create button component with states Improve header and footer
structure Add page load time measurement Enhance list template with
styling Update template structure with semantic HTML Implement dynamic
CSS file loading Add favicon support Improve navigation with active
state Add page and section class names to body Implement conditional
date display in list items
Implement template selection based on metadata page_template field, with
support for both custom and default templates and automatic .php
extension handling
Move asset handling to after language extraction
The asset handling code was previously located in the language
extraction section, which could interfere with proper language
detection. This commit moves the asset handling code to after the
language extraction logic, ensuring that language detection works
correctly before any asset handling occurs.