https://github.com/miserlou/zappa-cms
A tiny serverless CMS for busy hackers.
https://github.com/miserlou/zappa-cms
Last synced: 3 months ago
JSON representation
A tiny serverless CMS for busy hackers.
- Host: GitHub
- URL: https://github.com/miserlou/zappa-cms
- Owner: Miserlou
- License: mit
- Created: 2016-04-06T22:35:25.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-04-20T13:38:29.000Z (over 9 years ago)
- Last Synced: 2025-04-02T11:49:19.089Z (6 months ago)
- Language: HTML
- Size: 4.88 KB
- Stars: 42
- Watchers: 4
- Forks: 5
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Zappa-CMS
A tiny, Zappa-powered serverless CMS for busy hackers.
No websever, no database, just Markdown and metadata.
It's not dissimilar to [Pico](http://picocms.org/) or [Pelican](http://blog.getpelican.com/), but slightly more flexible because it's based on Flask, not static files.
## Usage
For each category, just create a folder and put files in it.
Each file should follow this format:
```markdown
---
title: The Title
author: Your Name
date-created: 01-01-2016
format: markdown
---# Title title title
**Body** body body body.
```
To see your site locally, run
$ ./zappa_cms.py
And to deploy it:
$ zappa deploy production