Add plugin headers and assets

This commit is contained in:
Jeremy Dormitzer 2018-10-18 10:20:18 -04:00
parent 3fa04f0a4c
commit 89526f5b88
No known key found for this signature in database
GPG Key ID: 106FF4BA83EE8202
3 changed files with 7 additions and 0 deletions

BIN
assets/banner-772x250.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.0 KiB

BIN
assets/icon-128x128.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

View File

@ -1,6 +1,13 @@
<?php
/*
Plugin Name: Pterotype
Plugin URI: https://getpterotype.com
Description: Pterotype expands your audience by giving your blog an ActivityPub stream, making it a part of the Fediverse.
Version: 0.0.1
Author: Jeremy Dormitzer
Author URI: https://jeremydormitzer.com
License: MIT
License URI: https://github.com/jdormit/blob/master/LICENSE
*/
require_once plugin_dir_path( __FILE__ ) . 'vendor/autoload.php';
require_once plugin_dir_path( __FILE__ ) . 'includes/init.php';