tildeweblogs/blog_config.php

14 lines
418 B
PHP

<?php // Settings
$title="Blog"; // Obligatory!!! Put the name of your blog here
$description=""; // A description
$website=""; // Include protocol (ex. https://example.com)
$custom_css=""; // Put the url of your custom css
$utterances=''; // Get it on https://utteranc.es. Please use the "Issue title contains page URL"
// Posts
$posts=[
[
"9/4/2021",
"Lol",
"First post\nNice"
]
]; ?>