From 8bc6ae6c46314d14c0b8a33d0c850b688190f13a Mon Sep 17 00:00:00 2001 From: Moncef AOUDIA Date: Tue, 7 Nov 2023 00:23:10 +0100 Subject: [PATCH] doc: add badges --- README.adoc | 29 ++++++++++++++++++++++++++++- 1 file changed, 28 insertions(+), 1 deletion(-) diff --git a/README.adoc b/README.adoc index de0c4fa..787fd72 100644 --- a/README.adoc +++ b/README.adoc @@ -1,3 +1,30 @@ = code.maoudia.com -Some of the source code for https://www.maoudia.com/[maoudia.com] \ No newline at end of file +// Settings: +:idprefix: +:idseparator: - +ifndef::env-github[:icons: font] +ifdef::env-github,env-browser[] +:toc: macro +:toclevels: 1 +endif::[] +ifdef::env-github[] +:branch: main +:status: +:outfilesuffix: .adoc +:!toc-title: +:caution-caption: :fire: +:important-caption: :exclamation: +:note-caption: :paperclip: +:tip-caption: :bulb: +:warning-caption: :warning: +endif::[] + +// URIs: +:url-repo: https://github.com/maoudia/code.maoudia.com +ifdef::status[] +image:https://img.shields.io/badge/license-MIT-blue.svg[MIT License, link=#copyright-and-license] +image:{url-repo}/actions/workflows/ci.yml/badge.svg?branch={branch}[Build Status (GitHub Actions),link={url-repo}/actions/workflows/ci.yml?query=branch%3A{branch}] +endif::[] + +Some of the source code for https://www.maoudia.com/[maoudia.com]