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 %}} + ---