From 4100649d4515b5911f654c6c586f2583830bd651 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?benjamin=20melan=C3=A7on?= Date: Mon, 16 Mar 2020 16:12:31 -0400 Subject: [PATCH] Finish super simple example --- web/content/_index.md | 47 +++++++++++++++++++++++++++++++++++++++++-- 1 file changed, 45 insertions(+), 2 deletions(-) diff --git a/web/content/_index.md b/web/content/_index.md index a710f8a..6c9aefc 100644 --- a/web/content/_index.md +++ b/web/content/_index.md @@ -6,11 +6,23 @@ outputs = ["Reveal"] # When There's Not a Module For That +--- + +###### Presented by + +**Benjamin Melançon** & **Mauricio Dinarte** + +###### AKA + +**mlncn** & **dinarcon** + + --- Agaric +**ask@agaric.coop** --- @@ -21,8 +33,39 @@ outputs = ["Reveal"] --- +`frankenstein.info.yml` + +```yaml +name: Frankenstein +type: module +description: "Rename save button for Frankenstein's content." +core: 8.x +``` + +`frankenstein.module` + ```php -function something() { - return 'nothing'; +