Eric L.
Eric L.
I actually selected the style tactile but perhaps I did it wrong. Tell me! 😄 (and if another style works better, we're not married with it).
OK, I know now the issue, I oversaw the error message as I selected the theme: "Unable to commit _config.yml to protected branch". So it seems the solution is to...
> If we set it up to automatically translate from markdown to HTML, then it ends up as HTML4, and some of our current md files don't translate correctly. We...
I see that `groff`, which should be available on all Linux systems, can export (X)HTML, I'd start with this. `groff -mandoc -Thtml rdiff-backup.1 > rdiff-backup.1.html` looks kind of OK for...
Or to https://rdiff-backup.github.io/rdiff-backup/FAQ.html as you prefer, fine with me. Just make sure you compare/merge both versions before deleting one.
Looking through https://medium.com/@danieljimgarcia/publishing-static-sites-to-github-pages-using-github-actions-8040f57dfeaf I think that our approach should be to have all the _source_ files in our main repo (the [current one](..)), then add a GitHub action to publish...
I've had a first go at it, in a [forked repo](https://github.com/rdiff-backup/rdiff-backup-site-tests/) to avoid too much noise, and the result is now visible at https://rdiff-backup.github.io/rdiff-backup-site-tests/ - it's far from finished and...
OK, I'm still a bit unsure but reading https://docs.github.com/en/pages/configuring-a-custom-domain-for-your-github-pages-site/managing-a-custom-domain-for-your-github-pages-site#configuring-an-apex-domain, I have the impression that the only important aspect is the domain redirection and it's independent from the repository, so it...
We can look into it but not before we've fixed many other things, and especially introduced a more modern approach to command line parsing.
Reviewing all issues, I realize that you can simply use something like `rdiff-backup sourcedir ssh://targethost:1234::/backupdir`, probably worth adding as example to the docs, but it makes me think that we...