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

Installs: 1

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 1

pkg:composer/cspray/blogisthenics-skeleton

dev-main 2022-07-24 18:34 UTC

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.