Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/cspray/blogisthenics-skeleton

A template repository for creating a site with Blogisthenics.
https://github.com/cspray/blogisthenics-skeleton

Last synced: about 1 month ago
JSON representation

A template repository for creating a site with Blogisthenics.

Awesome Lists containing this project

README

        

# Blogisthenics Skeleton

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.