Archived
Watch
1
0
Fork
You've already forked quickbuild
0
Tiny static site generator
This repository has been archived on 2026-06-28. You can view files and clone it, but you cannot make any changes to its state, such as pushing and creating new issues, pull requests or comments.
  • D 55.5%
  • Makefile 23.4%
  • CSS 12.8%
  • HTML 8.3%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2026-06-28 12:11:28 +01:00
config Remove Windows line endings 2026-01-24 18:08:09 +00:00
pages Remove Windows line endings 2026-01-24 18:08:09 +00:00
src Mark QuickBuild as unmaintained 2026-06-28 12:11:28 +01:00
.gitignore Relicense under GPLv3 2026-04-19 20:46:45 +01:00
COPYING Relicense under GPLv3 2026-04-19 20:46:45 +01:00
Makefile Relicense under GPLv3 2026-04-19 20:46:45 +01:00
README.md Mark QuickBuild as unmaintained 2026-06-28 12:11:28 +01:00

WARNING: QuickBuild is no longer actively maintained.


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 64-bit (LP64) 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 General Public License version 3 or later.