BashCMS #
BashCMS is a simple and easy to use CMS written in Bash.
Latest Release #
The latest version is v0.1.0
Stay up to date with releases via RSS
Installation #
To install please ensure that bash
and ncurses
are installed.
Either download the source off this release (recommended) or git clone the repo (unstable, all changes will be pushed here after the release). Add the _cms
and spinner.sh
files into your website’s root directory (this way it won’t be built as a page).
Make sure to change the config options to meet your needs. Details below. ⬇️
Config Options #
The current available options that work are editor and post path.
Editor - This needs to be set as the command name for the editor, say Neovim
is nvim
.
Post path - This needs to be set as a relative path from where the script is to the post directory. For example mine is located in content/blog/
.