Mark Dumay

Results 67 comments of Mark Dumay

I moved the content from the guide to the [language configuration](https://gethinode.com/docs/configuration/languages/#discarding-localization) and made a reference to it, so it can be found better.

For those interested, [Hinode v1](https://gethinode.com/docs/getting-started/upgrading/) is now fully compatible with Hugo's revised template system. There were quite a few patches released by the Hugo team (v.0.146.x), which may have caused...

thanks @d-oit! I've merged the two PRs. The release is available here: https://github.com/gethinode/hinode/releases/tag/v0.27.8

In addition to the proposal, the arguments should support common definitions too. For example, the `class` arguments is defined in 30 data files. Using common definitions would improve standardization and...

Another refinement is to validate nested argument types too. Currently, nested types are not validated beyond their `map` type at all. The following example illustrates the definition of a `heading`...

Thirdly, the `utilities/IsInvalidArgs.html` partial should also support reading default values from the site configuration. The initialization order would be the following: 1. The value of the passed argument 2. The...

Thanks for submitting a PR to fix this @d-oit! I've merged the changes with the main branch. I've revised the server headers in [v0.27-beta-3](https://github.com/gethinode/hinode/releases/tag/v0.27.0-beta3), so I'll include your remarks here:...

BTW, I adjusted the redirects from `**` to `*` to improve compatibility with Netlify: ```toml [[redirects]] from = '/fr/*' to = '/fr/404.html' status = 404 [[redirects]] from = '/nl/*' to...

I documented the configuration here: https://gethinode.com/docs/advanced-settings/server-headers/#configuring-custom-404-pages. Thanks again for your help @d-oit!

> I thought that this: > https://github.com/gethinode/hinode/blob/main/netlify.toml > for the hinode template. It did, but I changed it in [v0.27.0-beta3](https://github.com/gethinode/hinode/releases/tag/v0.27.0-beta3). You can now use `data/server.toml` and `netlify.toml` instead. The advantage...