https://github.com/benpickles/parklife.dev
https://github.com/benpickles/parklife.dev
documentation parklife static-site
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/benpickles/parklife.dev
- Owner: benpickles
- License: mit
- Created: 2024-08-21T12:27:20.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-12-02T07:00:36.000Z (over 1 year ago)
- Last Synced: 2025-01-10T23:52:14.672Z (over 1 year ago)
- Topics: documentation, parklife, static-site
- Language: CSS
- Homepage: https://parklife.dev
- Size: 49.8 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# parklife.dev
[](https://github.com/benpickles/parklife.dev/actions/workflows/parklife.yml)
This is the website for [Parklife](https://github.com/benpickles/parklife), a Ruby library that renders a Rack app to a static build. [Read more about this site on its colophon](https://parklife.dev/colophon).
## How to add a new page
Add a Markdown file to the `./content` directory and link to it from somewhere.
## Development
Install the gems:
```sh
bundle install
```
Start the development web server at :
```sh
bin/dev
```