-
|
Hi, I have fresh fork of Hinode template, and a notice to deprecated notice : fedora:~$ npm start
> @gethinode/template@2.0.0 prestart
> npm run -s mod:vendor
WARN deprecated: module.mounts.includeFiles was deprecated in Hugo v0.153.0 and will be removed in a future release. Replaced by the simpler 'files' setting, see https://gohugo.io/configuration/module/#files
WARN deprecated: module.mounts.excludeFiles was deprecated in Hugo v0.153.0 and will be removed in a future release. Replaced by the simpler 'files' setting, see https://gohugo.io/configuration/module/#files
> @gethinode/template@2.0.0 start
> hugo server --bind=0.0.0.0 --disableFastRender --printI18nWarnings
WARN deprecated: module.mounts.includeFiles was deprecated in Hugo v0.153.0 and will be removed in a future release. Replaced by the simpler 'files' setting, see https://gohugo.io/configuration/module/#files
WARN deprecated: module.mounts.excludeFiles was deprecated in Hugo v0.153.0 and will be removed in a future release. Replaced by the simpler 'files' setting, see https://gohugo.io/configuration/module/#files
Watching for changes [...]
Start building sites …
hugo v0.158.0-f41be7959a44108641f1e081adf5c4be7fc1bb63+extended linux/amd64 BuildDate=2026-03-16T17:42:04Z VendorInfo=gohugoio
WARN deprecated: Image.Exif was deprecated in Hugo v0.155.0 and will be removed in a future release. Use Image.Meta, see https://gohugo.io/content-management/image-processing/#meta
WARN Generating server headers: /netlify.toml
WARN Generating server headers: /server.toml
│ EN
──────────────────┼─────
Pages │ 14
Paginator pages │ 0
Non-page files │ 0
Static files │ 109
Processed images │ 26
Aliases │ 1
Cleaned │ 0
Built in 4511 ms
Environment: "development"
Serving pages from disk
Web Server is available at http://localhost:1313/ (bind address 0.0.0.0)
Press Ctrl+C to stop |
Beta Was this translation helpful? Give feedback.
Answered by
markdumay
Mar 26, 2026
Replies: 1 comment
-
|
Thanks for the heads up @Tomorrow. I'd like to keep Hinode backwards compatible with Hugo v0.146.0, which is the reason I haven't addressed these deprecation warnings yet. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
tomgue
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Thanks for the heads up @Tomorrow. I'd like to keep Hinode backwards compatible with Hugo v0.146.0, which is the reason I haven't addressed these deprecation warnings yet.