forked from davidmerfield/Blot
-
Notifications
You must be signed in to change notification settings - Fork 0
Turns a folder into a blog
License
ScootRay/Blot
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Blot ---- A blogging platform with no interface. Blot turns a folder into a blog. The point of all this — the reason Blot exists — is so you can use your favorite tools to create whatever you publish. I recommend waiting until I write a guide before attempting to run Blot on your own server. Eventually I will refactor the code such that Blot can be installed quickly and simply. I will write the neccessary documentation and sell Blot at a reasonable price to self-hosters, with an option to pay more for support. Please don’t hesitate to contact me with any questions: [email protected] Overview -------- Here is an illustration of Blot's structure: +-----------------------+ +-----------------------+ | | | | +----------+ | NGINX | | | | The <--------+ +------> Node.js Server | | Internet +--------> - SSL termination <------+ (Blot) | +----------+ | - Serves static files | | | | | | | +--------------------^--+ +--^--------------------+ || || || || +--------v----------v----------+ | | | Redis | | | | - Stores SSL certificates | | - Stores all data that | | can't be on disk for Blot. | | | +------------------------------+ The Node.js server (Blot) itself is responsible for a small crew of child processes which handle things like image minification and document conversion. Inside this folder ------------------ app the code for the node.js application which is Blot config configation for the system utilities which keep redis, NGINX and the node.js processes up scripts scripts which help the server administrator tests integration tests and test configuration for blot
About
Turns a folder into a blog
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published
Languages
- JavaScript 57.4%
- CSS 23.1%
- HTML 17.3%
- SCSS 1.6%
- Shell 0.5%
- Python 0.1%