davidmerfield/Blot
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
master
Could not load branches
Nothing to show
Could not load tags
Nothing to show
{{ refName }}
default
Name already in use
A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code
-
Clone
Use Git or checkout with SVN using the web URL.
Work fast with our official CLI. Learn more.
- Open with GitHub Desktop
- Download ZIP
Sign In Required
Please sign in to use Codespaces.
Launching GitHub Desktop
If nothing happens, download GitHub Desktop and try again.
Launching GitHub Desktop
If nothing happens, download GitHub Desktop and try again.
Launching Xcode
If nothing happens, download Xcode and try again.
Launching Visual Studio Code
Your codespace will open once ready.
There was a problem preparing your codespace, please try again.
Latest commit
Git stats
Files
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
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: support@blot.im 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