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

This package is auto-updated.

Last update: 2024-04-24 22:21:54 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.