tildeweblogs/blog_config.php

9 lines
352 B
PHP

<?php // Settings
$title="Blog"; // Obligatory!!! Put the name of your blog here
$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"]
]; ?>