2017 © Pedro Peláez
 

library saori

blog tool for user_name.github.io

image

hrgruri/saori

blog tool for user_name.github.io

  • Tuesday, March 21, 2017
  • by taniko
  • Repository
  • 0 Watchers
  • 9 Stars
  • 76 Installations
  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 14 Versions
  • 0 % Grown

The README.md

Saori

Build Status, (*1)

Saori is PHP static site generator for blog, (*2)

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.yml

# post
php saori post first_article

# generate static site
php saori build

# push to GitHub
cd public
git init
## username is your GitHub account
git remote add origin git@github.com:username/username.github.io.git
git add --all
git commit -m 'Initial commit'
git push origin master

if you not set draft name, create draft/temp, (*3)

php saori draft
vim draft/temp/article.md
vim draft/temp/config.yml

# move temp to contents/article/YYYY/MM/DDHHMM
php saori post temp
php saori build

Setting

config/env.yml, (*4)

title: Example Blog
author: John
local: 'http://localhost:8000'
public: 'https://example.com'
theme: saori
lang: en
link:
    GitHub: 'https://github.com/'
    Twitter: 'https://twitter.com/'
    'Speaker Deck': 'https://speakerdeck.com/'
feed:
    type: atom
    number: 50
google-analytics : null
share:
    - twitter
    - pocket

config/theme.yml, (*5)

saori:
    color:
        header        : '#A9EEE6'
        title         : '#F7FBFC'
        body          : '#FEFAEC'
        page-contents : '#FFF1CF'
    date-format: 'F j, Y'

my blog and repository, (*6)

The Versions

21/03 2017

v2.3.x-dev

2.3.9999999.9999999-dev

blog tool for user_name.github.io

  Sources   Download

MIT

The Requires

 

The Development Requires

21/03 2017

v2.2.x-dev

2.2.9999999.9999999-dev

blog tool for user_name.github.io

  Sources   Download

MIT

The Requires

 

The Development Requires

09/03 2017

dev-topic/public

dev-topic/public

blog tool for user_name.github.io

  Sources   Download

MIT

The Requires

 

The Development Requires

09/02 2017
02/01 2017

v2.2.2

2.2.2.0

blog tool for user_name.github.io

  Sources   Download

MIT

The Requires

 

The Development Requires

25/11 2016

v2.2.1

2.2.1.0

blog tool for user_name.github.io

  Sources   Download

MIT

The Requires

 

The Development Requires

12/11 2016

v2.2.0

2.2.0.0

blog tool for user_name.github.io

  Sources   Download

MIT

The Requires

 

The Development Requires

25/10 2016

v2.1.x-dev

2.1.9999999.9999999-dev

blog tool for user_name.github.io

  Sources   Download

MIT

The Requires

 

The Development Requires

14/09 2016

v2.1.0

2.1.0.0

blog tool for user_name.github.io

  Sources   Download

MIT

The Requires

 

The Development Requires

14/09 2016

v2.0.1

2.0.1.0

blog tool for user_name.github.io

  Sources   Download

MIT

The Requires

 

The Development Requires

16/08 2016

v2.0.0

2.0.0.0

blog tool for user_name.github.io

  Sources   Download

MIT

The Requires

 

19/07 2016

v1.1.0

1.1.0.0

blog tool for user_name.github.io

  Sources   Download

MIT

The Requires

 

15/07 2016

v1.0.2

1.0.2.0

blog tool for user_name.github.io

  Sources   Download

MIT

The Requires

 

12/07 2016

v1.0.1

1.0.1.0

blog tool for user_name.github.io

  Sources   Download

MIT

The Requires