1
0
Fork 0

Actualizar 'blog_config.php'

This commit is contained in:
Lucas 2021-04-20 13:16:40 +00:00
parent d1e1f0dad1
commit 5c4d2d1914
1 changed files with 10 additions and 1 deletions

View File

@ -1 +1,10 @@
<?php //config soon ?>
<?php // Settings
$title="Lucas' Blog"; // Obligatory!!! Put the name of your blog here
$description="This blog will die soon <a rel='license' href='https://ttm.sh/2E0'><img src='https://i.creativecommons.org/l/by/4.0/80x15.png'></a>"; // A description
$website="http://ctrl-c.club/~lucas/"; // Include protocol (ex. https://example.com)
$custom_css="blog.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=[
["4/9/2021","First blog entry","I don't know what should i post..."]
]