Add blog functionality (#1)

This commit was merged in pull request #1.
This commit is contained in:
2019-10-14 16:06:54 +02:00
committed by Max Mehl
parent 7ad089ec54
commit e678442198
56 changed files with 1461 additions and 52 deletions

View File

@@ -0,0 +1,7 @@
<?php
$config = [
'mastodon-instance' => 'https://mastodon.social',
'user-id' => 549759,
'threshold' => 300,
'token' => '47598kdjhfgkdg894kejg834joejg43'
];