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

Maintainers

Package info

github.com/cspray/blogisthenics-skeleton

pkg:composer/cspray/blogisthenics-skeleton

Statistics

Installs: 1

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 1

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

This package is auto-updated.

Last update: 2026-03-10 01:28:42 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.