From bd4b0fe6825c57eb1b071c08983ddbc1404810b6 Mon Sep 17 00:00:00 2001 From: Alice Girard Guittard Date: Mon, 3 Jun 2024 17:54:37 +0200 Subject: [PATCH] Add Milou and Marketing section (#167) Milou is a static-site generator for press kits (aka media kits). It let's people create static press kits using YAML and is developed in node.js. It's inspired by presskit() and based off presskit.html My PR adds a new section called Marketing because I don't think this project really fits into any of the existing section. --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 07b50b3..f856640 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,7 @@ A static web site generator is an application that takes plain text files and co * [CMS](#cms) * [Documentation](#documentation) * [Science](#science) + * [Marketing](#marketing) * [Frameworks](#frameworks) * [Photography](#photography) * [Single Page](#single-page) @@ -92,6 +93,10 @@ A static web site generator is an application that takes plain text files and co * [Curvenote](https://curvenote.com/docs/web) - Build scientific and technical websites for books, preprints, papers and reports using MyST Markdown and Jupyter Notebooks - `#Node.js` +### Marketing + +* [Milou](https://github.com/Tsukumogami-Software/milou) - Create beautiful and informative press kits to showcase your company and products to the medias - `#Node.js` + ### Code Playground * [CodeStage](https://github.com/shi-yan/codestage) - A static site generator to create javascript playgrounds / interactive demos.