'Pochika' is a lightweight blog engine.
It's built on Laravel4.
- Index / Archives
- Entries
- Markdown files
- Posts / Pages
- Themes
- Plugins
- Cache
- PHP5.4 or more
- Composer
- Run
git clone http://github.com/ohida/pochika.git
- Change into pochika dir
cd pochika
- Install dependencies
composer install
- Set permission
chmod -R a+w app/storage
- Run web server
php artisan serve
run phpunit
Edit config.yml
Run php artisan pochika:new_post
command
or
Put a markdown file in the posts directory (source/posts
).
File name must be yyyy-mm-dd-title.md(markdown) and have yaml-frontmatter like jekyll.
-
yaml extension
- faster yaml reading
pecl install yaml
-
sundown extension
- faster markdown translation
pecl install sundown-beta
-
msgpack extension
- reduce cache size
pecl install msgpack-beta
Pochika is open-sourced software licensed under the MIT license