On this page
Start Here
Editor Setup
This page covers the editor and formatting tools we recommend for Thulite projects.
Editor choice
Thulite works with any code editor, but we recommend VS Code for the best experience. The VS Code engine also powers in-browser editors such as GitHub Codespaces.
If you use VS Code, install these extensions:
- Hugo Language and Syntax Support
- Markdown All in One
- Even Better TOML
- ESLint
- markdownlint
- Stylelint
- Hugo Shortcodes
Formatting
Thulite includes Prettier and a format script for formatting JavaScript, HTML, CSS, and other supported files. You can customize the defaults by updating the .prettierrc.yaml and .prettierignore files in your project root.
Use the command that matches your package manager:
Prev
TroubleshootingNext
Why Thulite?