As the name suggests, it's a fast and simple PHP blogging app created mainly for developers. You can use fastpress to publish your github pages, or run simple vanilla php blog.
This solution involves integrating your github pages to publish the content in your site using fastpress.
This is the simple wordpress-esque way to publish your blogs. Just log in to your fastpress app, and start blogging.
- Fastpress uses
prism.js
for syntax hightlighting (over 50 languages) - Font-awesome and bootstrap for easier front-end customization
- Disqus for commenting. (optional vanilla php comment feature)
- Multipe user accounts for authoring blogs
- Fetch/order blogs by unique tags, dates and authors
- editable blogs by visitors, edits then are sent as PR to your github account.
- log in with github/twitter to comment.
- easily embed gists and tweets into your blog post
Anyone is welcome to contribute.
Use semantic versioning when tagging releases.
- Follow the PSR-2 coding style guidefPHP/PHP-CS-Fixer)
- Follow the PSR-4 autoloader standard
- Use Composer to manage dependencies and offer our projects as libraries
- Use unit testing
- Write tests for PHPunit, ideally before even writing the functionality
- Use the free Travis-CI service to report on build/test status