- Add tests for API
- Add tests for page generation
- Allow user-defined methods to generate html pages
- Categories
- Expose more functions from the api
- Add more utility functions for app templates, like url reversing.
- Allow theme settings in admin panel
- Add SEO e.g. OG meta tags,
sitemap.xml
- Article "tags"
- Add authentication system, so it's possible to have the server and editor online.
- Import & Edit markdown feature
- Make CMS backend optional, so it is possible to only use Vaunt as static site generator
- Support for all databases in the
db
module - Allow custom dynamic routes
- Add more blocks (currently new: alerts)
- Redesign admin panel for mobile use
- Documentation theme
- Vaunt docs website
- Add custom Structs to the admin panel & integrate them with the block editor
- Allow custom blocks
- Documentation website generator like
v doc
. Content will be editable in the frontend editor.