GithubHelp home page GithubHelp logo

brucewu16899 / pochika Goto Github PK

View Code? Open in Web Editor NEW

This project forked from ohida/pochika

0.0 2.0 0.0 13 MB

A lightweight blog engine powered by Laravel5

PHP 50.68% JavaScript 5.38% ApacheConf 0.08% CSS 39.64% HTML 4.08% Ruby 0.14%

pochika's Introduction

Pochika

'Pochika' is a lightweight blog engine built with Laravel5.

Build Status

Demo

http://solvalou.net/

Features

  • Index / Archives
  • Entries
    • Posts / Pages
    • Markdown files
  • Themes
  • Plugins
  • Cache

Requirements

Installation

  1. Clone repo git clone -b develop http://github.com/ohida/pochika.git
  2. Change into pochika's root dir cd pochika
  3. Install dependencies composer install
  4. Set permission of storage dir chmod -R a+w storage
  5. Create .env file cp .env.example .env
  6. Run web server php -S localhost:3000 -t public

Unit Test

run phpunit --configuration=./phpunit.xml

How to use

Configure

Edit config.yml

Create a new post

Run php artisan pochika:new 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.

For better performance

  • yaml extension
    • faster yaml reading
    • pecl install yaml

License

Pochika is open-sourced software licensed under the MIT license

pochika's People

Contributors

taylorotwell avatar ohida avatar daylerees avatar franzliedke avatar jasonlewis avatar sparksp avatar cviebrock avatar tobsn avatar crynobone avatar bencorlett avatar jeffreyway avatar ericlbarnes avatar neoascetic avatar jesseobrien avatar kapv89 avatar mikelbring avatar jakobud avatar codler avatar grahamcampbell avatar kbanman avatar vespakoen avatar pedroborges avatar lancepioch avatar briankiewel avatar mcintyre94 avatar bertiful avatar loic-sharma avatar bpierre avatar tommyc81 avatar hirokws avatar

Watchers

Bruce.Wu avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.