TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Show HN: Super Simple Static Site Compiler

9 pointsby rickrover 10 years ago

2 comments

rickrover 10 years ago
Hiya HN,<p>I spent a few hours tonight to make a SUPER simple static site generator.<p>It basically concatenates a header, your body, and a footer. After the compilation there&#x27;s a hook to execute a post hook.<p>This post hook gets passed the name of the file, which allows you to take actions on a per page basis.<p>This allows you to change things like nav classes to active etc.
sauereover 10 years ago
This is the first static site generator i have seen that actually deserves to carry the lable &quot;simple&quot;.<p>Good job.<p>&#x2F;edit: you might want to include a Markdown parser.