Mark Dumay

Results 67 comments of Mark Dumay

Thanks for sharing this issue @massrez. I've converted the conversation into a bug, so I can better track its progress. I'm able to reproduce the error following the steps you...

The fix has been released in https://github.com/gethinode/hinode/releases/tag/v0.27.0.

Thanks for the suggestion @giggio. It's worth looking into. I made a list of things to check/revise, feel free to extend the list. - **Page header (single pages)** https://github.com/gethinode/hinode/blob/0a6dbccb12073b7862b9ed9a213decbb6aae70bd/layouts/header.html#L24 Consider...

Thanks for the enhancement request. To understand the request a bit better, how would you want to populate the items? Should this be a markdown list, possibly consisting of markdown...

A new setting has been added to suppress the deprecation warnings. Add the following configuration to `params.toml`: ```toml [main.build] transpiler = "dartsass" silenceDeprecations = true ```

Thanks for your help @stalsma! Looking at your example, I had to update the following lines in my original `postcss.config.js` file: **Old import statement:** ```js const purgecss = require('@fullhuman/postcss-purgecss')({ //...

Sure! You might want to take a look at the implementation for my [Hinode theme](https://gethinode.com): https://github.com/gethinode/hinode/blob/main/config/postcss.config.js