Hello World

This is your first post on Ava CMS.

What's Next?

Here are some things you can try:

  1. Create more content — Add .md files to content/posts/
  2. Customize the theme — Edit templates in themes/default/templates/
  3. 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!