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.
This commit is contained in:
Alice Girard Guittard
2024-06-03 17:54:37 +02:00
committed by GitHub
parent 216a57e680
commit bd4b0fe682

View File

@@ -11,6 +11,7 @@ A static web site generator is an application that takes plain text files and co
* [CMS](#cms) * [CMS](#cms)
* [Documentation](#documentation) * [Documentation](#documentation)
* [Science](#science) * [Science](#science)
* [Marketing](#marketing)
* [Frameworks](#frameworks) * [Frameworks](#frameworks)
* [Photography](#photography) * [Photography](#photography)
* [Single Page](#single-page) * [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` * [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 ### Code Playground
* [CodeStage](https://github.com/shi-yan/codestage) - A static site generator to create javascript playgrounds / interactive demos. * [CodeStage](https://github.com/shi-yan/codestage) - A static site generator to create javascript playgrounds / interactive demos.