From 45586b8a4611002d11488a11b938d9d699e80a91 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?benjamin=20melan=C3=A7on?= Date: Mon, 16 Mar 2020 02:37:54 -0400 Subject: [PATCH] Add our logo, with class, requiring allowing raw HTML --- web/config.toml | 3 +++ web/content/_index.md | 16 ++++++++++++++++ 2 files changed, 19 insertions(+) diff --git a/web/config.toml b/web/config.toml index d24e96a..bf1d897 100644 --- a/web/config.toml +++ b/web/config.toml @@ -3,6 +3,9 @@ languageCode = "en-us" title = "When There's Not a Module For That" theme = "reveal-hugo" +[markup.goldmark.renderer] +unsafe= true + [outputFormats.Reveal] baseName = "index" mediaType = "text/html" diff --git a/web/content/_index.md b/web/content/_index.md index 3b020f5..a710f8a 100644 --- a/web/content/_index.md +++ b/web/content/_index.md @@ -9,4 +9,20 @@ outputs = ["Reveal"] --- +Agaric + + +--- + + > When building a Drupal site, “there’s a module for that” can be the sweetest words you can hear. + + +--- + + +```php +function something() { + return 'nothing'; +} +```