{% extends layout %} {% import '_layout/icons.twig' as icons %} {% block title %}Novaconium Features{% endblock %} {% block description %}A tour of what ships with novaconium out of the box: routing, sidecars, caching, admin auth, access control, media manager, database, search, RSS, and more.{% endblock %} {% block robots %}index, follow{% endblock %} {% block tags %}features, meta{% endblock %} {% block canonical %}{{ request_path|default('/') }}{% endblock %} {% block og_type %}article{% endblock %} {% block og_title %}{{ block('title') }}{% endblock %} {% block og_description %}{{ block('description') }}{% endblock %} {% block og_url %}{{ block('canonical') }}{% endblock %} {% block twitter_card %}summary{% endblock %} {% block twitter_title %}{{ block('title') }}{% endblock %} {% block twitter_description %}{{ block('description') }}{% endblock %} {% block blog_content %}

Novaconium Features

A tour of what ships with novaconium out of the box. Every topic below has a full writeup at {{ icons.book() }}/admin/docs on any running instance — this post is the overview.

Full details on every one of these live at {{ icons.book() }}/admin/docs, rendered live from this same running instance — routing, sidecars, libraries, database, session, content index, XML sitemap, RSS feeds, layouts, static caching, SEO, Matomo, admin authentication, access control, draft pages, media manager, styling, project layout, and third-party notices.

{% endblock %}