Hacker News new | ask | show | jobs
by z3t4 1601 days ago
I also did my own SSG, what it basically does is that it adds header.htm and footer.htm to each file in the folder... I first used server side includes (SSI), but often ended up having to edit all files because I needed to make a change in the SSI code. With the SSG I can just re-generate all files.