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

https://github.com/benpickles/parklife.dev


https://github.com/benpickles/parklife.dev

documentation parklife static-site

Last synced: 8 months ago
JSON representation

Awesome Lists containing this project

README

          

# parklife.dev

[![Parklife](https://github.com/benpickles/parklife.dev/actions/workflows/parklife.yml/badge.svg)](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
```