From 59515242cbfc890d2ab1e31834b2e3d36fa50ba6 Mon Sep 17 00:00:00 2001 From: Rabenherz112 Date: Thu, 4 Dec 2025 13:39:46 +0100 Subject: [PATCH] add Automad (#1759) --- software/automad.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 software/automad.yml diff --git a/software/automad.yml b/software/automad.yml new file mode 100644 index 0000000000..c9e4d3f46e --- /dev/null +++ b/software/automad.yml @@ -0,0 +1,12 @@ +name: "Automad" +website_url: "https://automad.org/" +source_code_url: "https://github.com/marcantondahmen/automad" +description: "Flat-file content management system and template engine." +licenses: + - MIT +platforms: + - PHP + - Docker +tags: + - Content Management Systems (CMS) +demo_url: "https://try.automad.org/"