Paul Roeland

Results 37 comments of Paul Roeland

@stevepiercy it really is the simplest playbook, basically ``` - name: stop nginx service service: name=nginx state=stopped - name: renew cert command: certbot renew - name: start nginx service service:...

Indeed a whoopsie. Custom 404 isn't properly set up in Ansible. Manually fixed for now, leaving issue open until I can fix that Ansible template.

Yes, happened when I ran ansible to put in a new redirect. June 9th, 2024. Mea Culpa ``

@stevepiercy as the server for 'static sites' holds quite a lot of those, it will require some planning to make sure that "custom 404 pages" will work without disrupting other...

I would go with option 1 as well for now, but improve the HTML structure. Currently, the ToC block seems to produce a ``` ... ``` which would already be...

No, it should be a `nav` as that's semantically correct - it navigates. It's fine to have multiple `nav`s on a page, it would be wrong semantically to have multiple...

> @ichim-david I don't have a strong opinion about whether or not we should have a default title (my gut feeling is to leave it as is with no default),...