1
0
Fork 0
blog/blog_config.php

11 lines
998 B
PHP
Raw Normal View History

2021-04-20 13:16:40 +00:00
<?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=[
2021-04-20 13:24:04 +00:00
["4/9/2021","First blog entry","I don't know what should i post..."],
["4/10/2021","New update to ~weblogs! v1.1 is out!","New features!\n<ul><li>Now your blog can have a description</li><li>Some things in the UI were changed, more specificlly, the 'Website' button @ the index</li><li>RSS Feed added. YES! Now your blog could have an autoupdateable RSS Feed</li></ul>\nFor the 'Update guide' <a href='https://tildegit.org/lucas/tildeweblogs/releases/tag/v1.1'>click here</a>"]
2021-04-20 13:16:40 +00:00
]