From 8afebcb827b6de286a3bc593f4b3319e18fb959a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?benjamin=20melan=C3=A7on?= Date: Wed, 18 Mar 2020 14:13:39 -0400 Subject: [PATCH] fix link and add more to how --- content/_index.md | 23 ++++++++++++++++++++--- 1 file changed, 20 insertions(+), 3 deletions(-) diff --git a/content/_index.md b/content/_index.md index 6a082ce..ff57c28 100644 --- a/content/_index.md +++ b/content/_index.md @@ -5,7 +5,7 @@ outputs = ["Reveal"] # When There's Not a Module For That -###### mid.camp/6337 +###### [mid.camp/6337](https://mid.camp/6337) Agaric @@ -207,8 +207,13 @@ Doing something with a form? You want hook_form_alter() or one of its variants. ## Learning to learn * Drupal documentation -* Duck Duck Go (!g if you need Google results) -* Debugger - look for +* Drupal contributed modules +* Drupal core and *its* modules +* Drupal forums and issues +* Drupal.StackExchange.com +* The rest of the Internet +* Debugger +* Code search / grep {{% note %}} Where to start if i don't cover it in this session @@ -225,6 +230,18 @@ find a contrib module that does it Should it be in a template {{% /note %}} +--- + +### The Rest of the Internet + +* Duck Duck Go (!g for Google results) + * [ddg.co](https://duckduckgo.com/) +* [agaric.coop/blog](https://agaric.coop/blog) +* Your own notes + +{{% note %}} +{{% /note %}} + ---