Admin:Core
This page shows the current technical setup of Sebastian Palencsár. The platform runs on the custom-built Application Core Admin:Core.
Runtime Data
Project Structure
Routing & Rendering
Custom router setup in PHP with front controller, controller classes, and server-side rendering via view templates.
Content Model
Flat-file blog without SQL database. Content is stored as Markdown files with JSON frontmatter in the filesystem.
Markdown Pipeline
Rendering with league/commonmark including autolinks, tables, task lists, and custom link output for external targets.
Frontend Stack
Styling with TailwindCSS, build via PostCSS/Autoprefixer. JavaScript interactions are delivered as vanilla scripts.
Text System
UI texts are managed via a JSON-based i18n solution and loaded according to language.
Caching
Post index is cached file-based and automatically rebuilt when content changes.
Render: 33.19 ms • Peak: 1.36 MB