diff --git a/README.adoc b/README.adoc index 390590c..c79f8d9 100644 --- a/README.adoc +++ b/README.adoc @@ -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