From 524aa294e45a92bb4408d11e100c5231d8593583 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?benjamin=20melan=C3=A7on?= Date: Wed, 18 Mar 2020 23:26:08 -0400 Subject: [PATCH] improve spacing, formatting --- content/_index.md | 41 +++++++++++++++++++++++++++++++++++++---- 1 file changed, 37 insertions(+), 4 deletions(-) diff --git a/content/_index.md b/content/_index.md index 3045517..c7e012a 100644 --- a/content/_index.md +++ b/content/_index.md @@ -161,6 +161,29 @@ And we're going to tell you how you can figure out all of that. --- +`frankenstein.info.yml` + +```yaml +name: Frankenstein +type: module +description: "Rename save button for Frankenstein's content." +core: 8.x|9.x +``` +  + + +`frankenstein.module` + +```php + @@ -209,13 +232,23 @@ With our dirty secrets acknowledged, on with the show. --- -1. Act One: How Not To Make a Module -2. Act Two: How Not To Have to Make a Whole Module -3. Act Three: How To Make a Module -4. Act Four: How To Figure Out How To Make a Module + +## The Show + +- Act One: **How Not To Make a Module** +- Act Two: **How Not To Have to Make a Whole Module** +- Act Three: **How To Make a Module** +- Act Four: **How To Figure Out How To Make a Module** + + +{{% note %}} +With our dirty secrets acknowledged, on with the show. +{{% /note %}} + --- + ## We'll cover * Hooks