isidore/example/site/blog/000-first.cfg.php

5 lines
67 B
PHP

<?php
$blog_title = "My First Post";
$blog_date = "2022-11-07";
?>