
Fixes prettier formatting for go templates
The prettier-plugin-go-template is a formatter plugin for go template files. It is designed to work with Prettier, requiring it to be installed as a peer dependency. Starting with Prettier 3, auto-discovery has been removed, so configuration is now required. This plugin automatically detects certain file types like .gohtml, .gotmpl, .go.tmpl, .tmpl, .tpl, and .html.tmpl.
To use the plugin with GoHugo and basic .html files, you need to override the parser used in your .prettierrc file. It is recommended to have both Prettier and prettier-plugin-go-template installed globally or locally. If installed globally, you also need to set your VSCode prettier path to the global prettier path.
prettier-plugin-go-template is a formatter plugin for go template files that works with Prettier. It requires configuration and supports auto-detection of various file types. It can be installed globally or locally, and supports GoHugo and basic .html files with some additional configuration. Contributions to the project are welcome.

Hugo is an open-source static site generator that features fast build times, flexible themes, support for multiple content formats, multilingual websites, live reloading, and an active community. It allows developers to easily create and deploy SEO-friendly and mobile-responsive websites.
A template or theme refers to a pre-designed layout or structure that provides a basic framework for building a specific type of application or website. It typically includes good design, placeholder content and functional features, allowing developers to customize and fill in the details according to their specific needs.
TypeScript is a superset of JavaScript, providing optional static typing, classes, interfaces, and other features that help developers write more maintainable and scalable code. TypeScript's static typing system can catch errors at compile-time, making it easier to build and maintain large applications.