Doks 1.6
May 16, 2024 by Henk Verlinde—2 minutes
Doks 1.6 is out! This release includes a new Hugo requirement, an improved scripts
setup, new development tools, and more.
To upgrade an existing project, see the Upgrade Doks guide.
Highlights
New Hugo requirement
Doks 1.6 now requires you to have the latest Hugo extended version installed globally on your system. See Hugo’s documentation for installation instructions.
Improved scripts
setup
Doks 1.6 introduces a cleaner scripts
section in your projects’ package.json
:
New development tools
Thulite/Doks now uses Prettier as a code formatter and Vite to preview your project’s build. You can configure Prettier in the .prettierrc.yaml
and .prettierignore
files in the root of your project. With Vite, when you use the --host
flag, you can preview the build on your local network — for example on your mobile phone — here’s how:
Bug Fixes
Doks 1.6 also includes several bug fixes. Check out the release notes to learn more.