๐ Slamhaus Quickstart
Build a complete, styled static website in just 3 steps.
No runtime, no boilerplate, no JS โ just Markdown in, HTML out.
๐งญ 3-Step Setup
๐
1. Download + Unpack
Pick your platform:
- ๐ช Windows
- ๐ง Debian/Ubuntu
- ๐ฉ Arch Linux
Unzip it.
On Linux:
chmod +x slamhaus
๐
2. The content/ Folder
Put your Markdown files and media into a folder like this:
your-project/
โโโ slamhaus-executable
โโโ content/
โโโ index.slam
โโโ include/
โโโ nav.smd
Slamhaus comes with a default template, find more on Github.
โถ๏ธ
3. Build + View
Build your site:
./slamhaus
Your static site is now in the output/ folder.
Open index.html in any browser or host with a local server.
On Windows:
run slamhaus-windows.exe
๐งช Want to Build From Source?
Clone the repo and run:
git clone https://github.com/bitboyb/Slamhaus
cd Slamhaus
make
Requires C++17 and make. See full setup in the README on GitHub โ