Dennis Eriksen

Results 6 comments of Dennis Eriksen

Is there anything I can to make this PR more acceptable?

https://github.com/k0lter/autopostgresqlbackup/commit/f341e5afce747bc97143641fb5a32631a6cb3c85 🥳 > The only one I've discarded is the dump size calculation using `wc` which is in my opinion counter performant (with huge databases, It could take time to...

You can create a new template to achieve this. Just create a template for a feed, and use the `get_section`-function (https://www.getzola.org/documentation/templates/overview/#get-section) to get the root section and use it. Then...

I also really want "ugly URLs". I think they're a lot prettier. So I made this small (z-)shell-script as a workaround. ``` #!/usr/bin/env zsh setopt globdots errexit pipefail local tmp=$(mktemp...

FWIW, just using the command line argument `-E key=value` works well in a systemd-template. At least if you don't need the actual config to be complete (like for using the...

Aha, I did not notice those links at all. I hope you'll look into it. It would be nice if the installation-page could be found through the website as well,...