mufeedvh / binserve

A fast production-ready static web server with TLS (HTTPS), routing, hot reloading, caching, templating, and security in a single-binary you can set up with zero code.

Home Page:https://mufeedvh.gumroad.com/l/binserveplus

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Append *.html files with .hbs extension

AMythicDev opened this issue · comments

According to some of the information on handlebars, you should add a .hbs extension. You can replace all ..html with it or add it after the .html. This change can help some IDEs such as VSCode which has both HTML filetype as well as HBS filetype. You should also change the filenames in the setup_static function as well as setup_404 function

This feature has been implemented!

v0.2.0 Released! 🎉