From ab64095081287b143d74c59f45a3c4766ea5bb20 Mon Sep 17 00:00:00 2001 From: erik Date: Wed, 8 May 2024 14:51:40 +0200 Subject: [PATCH] Add how to --- how-to.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 how-to.md diff --git a/how-to.md b/how-to.md new file mode 100644 index 0000000..4ffd732 --- /dev/null +++ b/how-to.md @@ -0,0 +1,12 @@ +# How To: Add Links to the footer + +See the documentation on [forgejo.org](https://forgejo.org/docs/latest/developer/customization/). + +In short: +* Create the following file structure in your $FORGEJO\_CUSTOM + * `mkdir -p $FORGEJO_CUSTOM/templates/custom` + * `touch extra_links_footer.tmp` +* Add Links that point to a repository containing Privacy and Imprint infos: + * Impressum + * Datenschutz +