This is your first post on Ava CMS.
What's Next?
Here are some things you can try:
- Create more content — Add
.mdfiles tocontent/posts/ - Customize the theme — Edit templates in
themes/default/templates/ - Add shortcodes — Register custom shortcodes in
app/shortcodes.php
Shortcode Examples
Current year: 2025
Site name: My Ava Site
Code Example
<?php
// Ava is built with modern PHP
$app = Ava\\Application::getInstance();
$items = $app->repository()->published('post');
Enjoy building with Ava!