[CI SKIP] Add my AsciiDoc configuration for Forgejo in the README

This commit is contained in:
Marko Korhonen 2023-06-17 14:18:58 +03:00
parent 3a130e5905
commit 7a540a52eb
Signed by: FunctionalHacker
GPG key ID: A7F78BCB859CD890

View file

@ -17,6 +17,19 @@ configure the renderer. You can follow the
https://docs.gitea.io/en-us/external-renderers/#appini-file-configuration[official docs]
to achieve that.
.My configuration on this Forgejo instance
[%collapsible]
====
[source,ini]
----
[markup.asciidoc]
ENABLED = true
FILE_EXTENSIONS = .adoc,.asciidoc
RENDER_COMMAND = "asciidoctor -s -a skip-front-matter -a showtitle -a source-highlighter=rouge --out-file=- -"
IS_INPUT_FILE = false
----
====
== Updates
This image is based on the latest official Forgejo image.
I will update it whenever I notice the Forgejo team update their image and