https://github.com/cspray/blogisthenics-skeleton
A template repository for creating a site with Blogisthenics.
https://github.com/cspray/blogisthenics-skeleton
Last synced: 6 months ago
JSON representation
A template repository for creating a site with Blogisthenics.
- Host: GitHub
- URL: https://github.com/cspray/blogisthenics-skeleton
- Owner: cspray
- Created: 2022-07-24T18:02:48.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2024-12-09T22:41:53.000Z (over 1 year ago)
- Last Synced: 2025-10-11T00:29:38.380Z (9 months ago)
- Language: PHP
- Size: 29.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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.