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

https://github.com/withsapling/sapling-zenblog

Sapling and Zenblog Template
https://github.com/withsapling/sapling-zenblog

blog-template cms sapling template zenblog

Last synced: over 1 year ago
JSON representation

Sapling and Zenblog Template

Awesome Lists containing this project

README

          

# Sapling Zenblog

This example shows how to use [Zenblog](https://zenblog.com/) with Sapling.

## Setup

1. Go to [Zenblog](https://zenblog.com/) and create a new blog.
2. Add some content to your blog
3. Copy your blog id
4. Create a `.env` file based on the `.env.example` file
5. Paste your blog id in the `.env` file

## How to run

```bash
deno task dev
```