2017 © Pedro Peláez
 

library applejackyll

Yet Another Jekyll Clone. Powered by Markdown, Twig, Console. Addicted by MLP ^__^

image

etconsilium/applejackyll

Yet Another Jekyll Clone. Powered by Markdown, Twig, Console. Addicted by MLP ^__^

  • Friday, June 1, 2018
  • by etconsilium
  • Repository
  • 1 Watchers
  • 0 Stars
  • 22 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 6 Versions
  • 0 % Grown

The README.md

Applejackyll

Jeckyll clone, (*1)

Install

  • with composer.json
    "require": {
    "php":">5.3",
    "etconsilium/applejackyll": "dev-master"
    }
    ,
    "repositories": [
    {
            "type": "vcs",
            "url": "https://github.com/etconsilium/applejackyll"
        }
    ]

  • w\o composer

download & unzip, (*2)

$ilex = new \Silex\Application();
$ilex['autoloader']=new \Composer\Autoload\ClassLoader;
$ilex['autoloader']->add('Applejackyll',__DIR__.'/vendor/etconsilium/applejackyll/src');
$ilex['autoloader']->register();

Example

use \Applejackyll\Applejackyll;

$ajk=new Applejackyll('_config.yaml');
$ajk->parse();

or, (*3)

(new \Applejackyll\Applejackyll)->init('_config.yaml')->parse();

Enjoy!

~VS \wl, (*4)

The Versions

01/06 2018

dev-master

9999999-dev

Yet Another Jekyll Clone. Powered by Markdown, Twig, Console. Addicted by MLP ^__^

  Sources   Download

WTFPL BSDLv2

The Requires

 

octopress jekyll liquid static blog site generator

11/02 2015

dev-dev

dev-dev

Yet Another Jekyll Clone. Powered by Markdown, Twig, Console. Addicted by MLP ^__^

  Sources   Download

BSDLv2

The Requires

 

octopress jekyll liquid static blog site generator

11/12 2014

dev-class-remaster

dev-class-remaster

Yet Another Jekyll Clone. Powered by Markdown, Twig, Console. Addicted by MLP ^__^

  Sources   Download

BSDLv2

The Requires

 

octopress jekyll liquid static blog site generator