From 3cc073112f3b32fec03cd48fc1b4f4cd86c93c6f Mon Sep 17 00:00:00 2001 From: Brad Treloar Date: Mon, 17 Mar 2025 21:52:05 +1030 Subject: [PATCH] Ignore hugo build lock files --- .gitignore | 1 + .hugo_build.lock | 0 docs/programming/web/drupal/community.md | 48 ++++++++++++++++++++++++ docs/programming/web/drupal/contrib.md | 8 ++++ hugo/.hugo_build.lock | 0 5 files changed, 57 insertions(+) delete mode 100644 .hugo_build.lock create mode 100644 docs/programming/web/drupal/community.md create mode 100644 docs/programming/web/drupal/contrib.md delete mode 100644 hugo/.hugo_build.lock diff --git a/.gitignore b/.gitignore index fc2e9d7..126f024 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ tmp/ site/ *.htpasswd +.hugo_build.lock diff --git a/.hugo_build.lock b/.hugo_build.lock deleted file mode 100644 index e69de29..0000000 diff --git a/docs/programming/web/drupal/community.md b/docs/programming/web/drupal/community.md new file mode 100644 index 0000000..50eeb6e --- /dev/null +++ b/docs/programming/web/drupal/community.md @@ -0,0 +1,48 @@ +# Drupal community + +## Communication channels + +[Drupal.org](https://www.drupal.org/) + +[Slack](https://app.slack.com/client/T06GX3JTS/activity) + +[Drupal Answers](https://drupal.stackexchange.com/) + +[DrupalSouth](https://drupalsouth.org/) + +## DrupalSouth 2025 + +### Spoke with + +Victoria Spagnolo (quietone) + +- migrate maintainer +- release manager + +Kim Pepper (kimpepper) + +- PN founder +- file module maintainer + +Lee Rowlands + +- PN senior developer +- security team +- contextual module maintainer + +Dan Phin + +- PN developer + +Adam Bramley + +- PN senior developer + +Daniel Veza + +- PN developer +- + +Parth Gohil + +- PN ops diff --git a/docs/programming/web/drupal/contrib.md b/docs/programming/web/drupal/contrib.md new file mode 100644 index 0000000..c64e470 --- /dev/null +++ b/docs/programming/web/drupal/contrib.md @@ -0,0 +1,8 @@ +# Contributing + +## Modules and subsystems of interest + +- core + - Cache system + - Request processing system + - CKEditor5 module diff --git a/hugo/.hugo_build.lock b/hugo/.hugo_build.lock deleted file mode 100644 index e69de29..0000000