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
- Host: GitHub
- URL: https://github.com/withsapling/sapling-zenblog
- Owner: withsapling
- Created: 2025-02-25T20:29:43.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-25T21:08:53.000Z (over 1 year ago)
- Last Synced: 2025-02-25T21:32:22.777Z (over 1 year ago)
- Topics: blog-template, cms, sapling, template, zenblog
- Language: TypeScript
- Homepage: https://sapling-zenblog.deno.dev
- Size: 30.3 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```