Hacker News new | ask | show | jobs
by mpldr 1207 days ago
Looks cool! What are it's advantages over hugo?
1 comments

Hey thanks for looking :) hugo has a lot more moving parts, and a lot more dependencies [0]. bearclaw is written to be simple and easy to understand without instructions or learning any new paradigms about templating or frontmatter or other markup languages.

[0] https://github.com/gohugoio/hugo#dependencies

Not using a template language and avoiding to do error handling are not good ways to make a program "simple and easy to understand".

If your users run into one of the many string escaping bugs or get an unexpected error code from the file system, the program will not behave as expected and not detect the error either.