magd-kudama / phatic-blog-extension
Blog generator for the Phatic static page generator
Installs: 24
Dependents: 1
Suggesters: 1
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 2
Type:project
Requires
- php: >=5.4.0
- magd-kudama/phatic: 1.0.*@dev
Requires (Dev)
- mockery/mockery: 0.8.0
- phpunit/phpunit: 3.7.*@dev
This package is auto-updated.
Last update: 2025-03-29 00:34:03 UTC
README
Blog extension for Phatic
Installing
$> curl -s https://getcomposer.org/installer | php $> php composer.phar install
Code quality
Running
$> cp phatic.yml.dist phatic.yml $> bin/phatic $> bin/phatic bootstrap-application $> bin/phatic blog:generate-site
Configure phatic.yml:
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".
More documentation is coming...
License
Phatic Blog Extension is licensed under the MIT license.
Contributors
- Magd Kudama [magdkudama] [lead developer]