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'; +} +```