Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/cspray/blogisthenics-skeleton
- Owner: cspray
- Created: 2022-07-24T18:02:48.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-07-24T18:35:26.000Z (over 2 years ago)
- Last Synced: 2024-04-13T00:47:58.872Z (8 months ago)
- Language: PHP
- Size: 12.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
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.