A tiny static site generator
- D 52.5%
- Makefile 31.5%
- CSS 9.7%
- HTML 6.3%
| config | ||
| pages | ||
| src | ||
| .gitignore | ||
| COPYING | ||
| Makefile | ||
| README.md | ||
QuickBuild is a tiny static site generator for people who prefer to write HTML by hand.
Compatibility
QuickBuild should work correctly on systems which implement POSIX or POSIX-oriented standards. However, the Makefile is currently configured for GNU/Linux on amd64.
Build
To build the software, the following dependencies are required:
- the GNU D compiler
- GNU Make
then run:
make prepare && make
Report a bug
Report bugs directly to hello@indraj.net.
For security bugs, please allow up to 48 hours for a reply and up to 90 days for the issue(s) to be confirmed and fixed before disclosing them publicly.
License
QuickBuild is licensed under the GNU Affero General Public License.