2017 © Pedro Peláez
 

project phatic-blog-extension

Blog generator for the Phatic static page generator

image

magd-kudama/phatic-blog-extension

Blog generator for the Phatic static page generator

  • Sunday, January 26, 2014
  • by magdkudama
  • Repository
  • 2 Watchers
  • 0 Stars
  • 11 Installations
  • PHP
  • 1 Dependents
  • 1 Suggesters
  • 0 Forks
  • 2 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

Phatic Blog Extension

Blog extension for Phatic, (*1)

Installing

$> curl -s https://getcomposer.org/installer | php
$> php composer.phar install

Code quality

SensioLabsInsight Scrutinizer Quality Score Code Coverage Build Status, (*2)

Running

$> cp phatic.yml.dist phatic.yml
$> bin/phatic
$> bin/phatic bootstrap-application
$> bin/phatic blog:generate-site

Configure phatic.yml:, (*3)

config:
  extensions:
    MagdKudama\PhaticBlogExtension\PhaticBlogExtension:
      permalink:
        type: 'date'
        param: 'Y/m'

You can choose the permalink type, or register your own permalink. The other core permalink type is "prefix"., (*4)

More documentation is coming..., (*5)

License

Phatic Blog Extension is licensed under the MIT license., (*6)

Contributors

  • Magd Kudama [magdkudama] [lead developer]

The Versions

26/01 2014

dev-master

9999999-dev http://www.magdkudama.com

Blog generator for the Phatic static page generator

  Sources   Download

MIT

The Requires

 

The Development Requires

php blogging static page generator