tildeweblogs/blog_config.php

14 lines
418 B
PHP
Raw Permalink Normal View History

2021-04-09 17:30:51 +00:00
<?php // Settings
2021-04-09 17:37:29 +00:00
$title="Blog"; // Obligatory!!! Put the name of your blog here
2021-04-10 21:59:56 +00:00
$description=""; // A description
2021-04-09 17:37:29 +00:00
$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"
2021-04-09 17:30:51 +00:00
// Posts
$posts=[
2021-04-09 17:42:17 +00:00
[
"9/4/2021",
"Lol",
"First post\nNice"
]
2021-04-09 15:32:37 +00:00
]; ?>