Our front page
This is the diff between the backup and the current copy.
# Our front page
The home page at [grenzland.club](https://grenzland.club/) is really the man page `grenzland(7)`.
You can edit the man page at `/usr/local/man/man7/grenzland.7` and reformat the main page as follows:
```groff -man -Thtmlsudo sh -c "groff -mandoc -kUTF-8 -Thtml \
< /usr/local/man/man7/grenzland.7 \
> /var/www/html/index.html"
```