2017 © Pedro Peláez
 

library saori-skeleton

Saori Skeleton

image

hrgruri/saori-skeleton

Saori Skeleton

  • Thursday, September 15, 2016
  • by taniko
  • Repository
  • 1 Watchers
  • 0 Stars
  • 15 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 5 Versions
  • 0 % Grown

The README.md

Saori Skeleton

Installation

composer create-project taniko/saori-skeleton blog

Usage

php saori

# initialize
php saori init

# generate draft file
php saori draft first_article

# edit draft file
vim draft/first_article/article.md
vim draft/first_article/config.json

# post
php saori post first_article

# generate static site
php saori build

Setting

contents/config.json, (*1)

{
    "id"        :   "username",
    "local"     :   "http://localhost:8000",
    "title"     :   "Example Blog",
    "author"    :   "John Doe",
    "theme"     :   "saori",
    "lang"      :   "en",
    "link"      :   {
        "github"    :   "https://github.com",
        "twitter"   :   "https://twitter.com"
    }
}

The Versions

15/09 2016

dev-master

9999999-dev

Saori Skeleton

  Sources   Download

MIT

The Requires

 

15/09 2016

v1.1.0

1.1.0.0

Saori Skeleton

  Sources   Download

MIT

The Requires

 

15/09 2016

v1.0.1

1.0.1.0

Saori Skeleton

  Sources   Download

MIT

The Requires

 

16/08 2016

v1.0.0

1.0.0.0

Saori Skeleton

  Sources   Download

MIT

The Requires

 

16/08 2016

dev-develop

dev-develop

Saori Skeleton

  Sources   Download

MIT

The Requires