cspray / blogisthenics-skeleton
A skeleton repository for easily getting started with Blogisthenics
Installs: 1
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 1
pkg:composer/cspray/blogisthenics-skeleton
Requires
- php: ^8.1
- cspray/blogisthenics: ^0.1
This package is auto-updated.
Last update: 2025-10-10 00:40:15 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.