cspray / blogisthenics-skeleton
There is no license information available for the latest version (dev-main) of this package.
A skeleton repository for easily getting started with Blogisthenics
dev-main
2022-07-24 18:34 UTC
Requires
- php: ^8.1
- cspray/blogisthenics: ^0.1
This package is auto-updated.
Last update: 2024-10-24 23:33:13 UTC
README
A template for quickly starting with Blogisthenics.
Step 1 - Create your project
composer create-project cspray/blogisthenics-skeleton my-blog
Step 2 - Add some content
Create some Markdown files in your content/
directory.
Step 3 - Run your Site
You can run make serve
to build your site and run PHP's built-in webserver to access it at localhost:1337.