1
0
Fork 0

Actualizar 'blog_config.php'

This commit is contained in:
Lucas 2021-04-20 23:55:00 +00:00
parent fa9b514c12
commit 78e3a8dd5b
1 changed files with 4 additions and 2 deletions

View File

@ -3,7 +3,7 @@ $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"
$utterances='<script src="https://utteranc.es/client.js" repo="absucc/lgrmcmts" issue-term="url" theme="github-light" crossorigin="anonymous" async></script>'; // 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..."],
@ -12,6 +12,8 @@ $posts=[
["4/11/2021 21:47 UTC","I think some ~team & ~verse webs/services are down","OMG, I think <a href='https://tildeverse.org'>Tildeverse.org</a>, <a href='https://tilde.team'>Tilde.team</a>, <a href='https://tildegit.org'>Tildegit</a>, <a href='https://rss.tildeverse.org'>Tildeverse's TTRSS</a> & <a href='https://ttm.sh'>ttm.sh</a> are down right now."],
["4/11/2021 21:55 UTC","I'm hosting some services on Repl.it","I've started hosting on Repl.it some things, I'll be updating the list\n<ul><li><a href='https://lr.l64.repl.co'>Libreddit</a></li></ul>"],
["4/12/2021 12:17 UTC","Post en espa&ntilde;ol","Jajajaja\nEste post no est&aacute; en ingl&eacute;s, &iexcl;Est&aacute; en espa&ntilde;ol!\nUn minuto... &iexcl;Noooo! &iexcl;No actives el traductoor!\n&iexcl;Nooooooooo!"],
["","",""]
["25 Feb, 2021 (<a href='https://absucc.bearblog.dev/test1-first-post/'>Reuploaded</a>","bear lol","EEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEE EEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEE EEEEEE EEEEEE EEEEEE EEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEE EEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEE EEEEEE EEEEEE EEEEEE EEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEE EEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEE"],
["4/14/2021 11:55 UTC","ASCII #1: A stickman","<div style='text-align:center'>O\n/|\\\n^</div>"],
["4/18/2021 02:08 UTC","Aaaaaa","Aaaaaaaaaaaaaaa\naaaaaaaaaaaaaaaaaaaaaaaaaaa\naaaaaaaaaaaaaaaaaaaaaaaaaa\naaaaaaaaaaaAaAaaa"]
];
?>