Note
The repo was initially generated from this template. The current version of it is a complete rewrite, however.
This repo houses the posts, the comments and the generator itself for haiiro.moe. It's a project made with Bun, marked, and Pug.
You will need Bun (v1.1.20 or above).
- Clone the repo:
git clone https://github.com/Kex1016/haiiro.git
- Run
bun i
inside the repo's folder - Change
settings.ts
as you see fit. Don't delete any settings. - Run
bun run build
to build the files - Your files are now in the
Settings.outputDir
folder (default:dist
).