blob: d0c11a2cb227497cda7f8fb24c303d51238c1636 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
# scrapbook
Scrapbook is a website manager, built to deploy and serve statically generated
web pages. It is designed to be as easy to use as possible, with a web interface
for management and API for programmatic site deployment. It also does not need a
database and uses the file system for organisation, to allow easy interoperability
if you wish to serve sites using another web server.
It was originally built for me to use in conjunction with my own
[static site generator](https://github.com/LMBishop/panulat) in a GitHub workflow.
## Example
```
curl -X POST -H "Authorization: Bearer (token)" -F upload=@file.zip https://publish.example.com/api/site/:site/upload
```
|