blom3, the Blog Manager
blom3 is the content manager for my blog. It is a successor to blom.sh.
Commands
Dependencies
- a standard *nix environment
- m4 is not quite an everyday tool, but is part of POSIX.
- Scripts are tested on both
bashanddash. - The nonstandard
--mime-typeoption of thefilecommand is needed.
- sqlite3: both the command line tool and the library
- zig 0.13.0
- mxml
- gzip
- discount
- zig-getopt - this is included in the
blomsource code
blom does not actually handle serving the files over HTTP: a seperate server such as nginx is needed. For local development purposes, you can use a simple HTTP server such as the one included in Python:
python -m http.server --directory .
blom implicitly uses Isso as a comments system. This is a runtime dependency for a production site, not a dependency in the generator
License
blom3 is provided under the GNU Affero General Public License: the full text is here.
blom3 - the blog manager
Copyright (C) 2023 Ratan Abraham Varghese
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License as
published by the Free Software Foundation, either version 3 of the
License, or (at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU Affero General Public License for more details.
You should have received a copy of the GNU Affero General Public License
along with this program. If not, see <https://www.gnu.org/licenses/>.