A bare-bones static site generator in the form of a single Bash script.
Currently, mrbones is only supported on Linux systems. It has the following dependencies:
- GNU Bash 4.4+
realpathandsort(from GNU coreutils)find(from GNU findutils)- GNU Make (optionally, if you wish to use the Makefile)
- pre-commit (optionally, if you wish to run local tests or develop)
You can use the Makefile to install/uninstall mrbones:
$ sudo make install # you can also use DESTDIR to specify *where* to install
$ sudo make uninstall # use same DESTDIR as for `make install`See the documentation.
See CONTRIBUTING.md.
mrbones by Dimitri Kokkonis is licensed under a
Creative Commons Attribution-ShareAlike 4.0 International License.