Robert
Robert
Since one of the principles of the IndieWeb movement is to 'own your data' and to comply with the GDPR right to data portability, Aperture should have a feature to...
I have this card, where `hide_if` doesn't do anything: ```yaml type: entities entities: - entity: sun.sun - entity: sun.sun type: custom:multiple-entity-row name: Above hide_if: below_horizon - entity: sun.sun type: custom:multiple-entity-row...
FYI I was playing around with your `manp` script and replace the `cache_dir` with something more generic after taking note of this page: https://specifications.freedesktop.org/basedir-spec/basedir-spec-latest.html Your code: https://github.com/cowboy/dotfiles/blob/09aa03cab27cdd2496df4a550b32a33af0f9f832/bin/manp#L23 My improvement: ```bash...
Suggestion. The code has some constants Iike separators and ignored words that are hardcoded. Since I used pip to install, it is hard to customize this. My suggestion would be...
In the posts view, each post is shown in a tile, three columns wide. Posts with a featured image show without image. It would be nice if the tile also...
The Site.Copyright variable is used in the default RSS feed. So I have added this to my config: ```toml copyright = "© Copyright Robert van Bregt 2003-2021" ``` which shows...
The Philips Hue API has support for Groups. Please add this support to the binding als well. https://www.developers.meethue.com/documentation/groups-api
For lists (including taxonomies), the font size is 3.2em, but for pages it is 4.2em. It looks better if both are the same. Pages and posts use this: https://github.com/luizdepra/hugo-coder/blob/af7360e89ab0220c8c1e1da2ab28cfab3410b809/assets/scss/_content.scss#L18-L27 Lists...
When there is no i18n file for the site language in the theme, the reading time is shown 'empty'. There should be a default (English) so the reading time is...