Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
Blot is a site generator. Blot turns a folder into a website. The point of all this — the reason Blot exists — is so you can use your favorite tools to create whatever you publish. This is the source code for the hosted service: https://blot.im You can contact us: support@blot.im The general architecture of Blot is: The internet <> Reverse proxy (Openresty) <> Blot (express.js node application) <> Redis Self-hosting Blot is currently unsupported. Please don’t file issues or contact support about it. I hope to support this properly someday, but not yet. To run Blot locally, you will need Docker, mkcert and dnsmasq. Then: git clone https://github.com/davidmerfield/blot --depth 1 npm start The dashboard is https://local.blot and the example site is https://example.local.blot. For the full setup, see: https://blot.im/developers/guides/run-blot-locally