getzola / zola

A fast static site generator in a single binary with everything built-in. https://www.getzola.org
https://www.getzola.org
MIT License
13.07k stars 924 forks source link

Support `.tera` file extension #1725

Open kotx opened 2 years ago

kotx commented 2 years ago

Maybe it would be good to allow the use of .tera (or .html.tera?) extension instead of .html to make it clear that it's a Tera template, and not possibly some other templating engine. This could be useful for file associations in editors that support Tera.

Keats commented 2 years ago

I think you can use .tera.html instead as there is also robots.txt, xml etc

kotx commented 2 years ago

I think you can use .tera.html instead as there is also robots.txt, xml etc

That might work, however it seems currently everybody uses .tera or .html.tera rather than .tera.html. I wouldn't be surprised if many extensions don't accept .tera.html yet.