Ignore hugo build lock files
This commit is contained in:
parent
6366520d45
commit
3cc073112f
5 changed files with 57 additions and 0 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -1,3 +1,4 @@
|
||||||
tmp/
|
tmp/
|
||||||
site/
|
site/
|
||||||
*.htpasswd
|
*.htpasswd
|
||||||
|
.hugo_build.lock
|
||||||
|
|
|
||||||
48
docs/programming/web/drupal/community.md
Normal file
48
docs/programming/web/drupal/community.md
Normal file
|
|
@ -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
|
||||||
8
docs/programming/web/drupal/contrib.md
Normal file
8
docs/programming/web/drupal/contrib.md
Normal file
|
|
@ -0,0 +1,8 @@
|
||||||
|
# Contributing
|
||||||
|
|
||||||
|
## Modules and subsystems of interest
|
||||||
|
|
||||||
|
- core
|
||||||
|
- Cache system
|
||||||
|
- Request processing system
|
||||||
|
- CKEditor5 module
|
||||||
Loading…
Add table
Add a link
Reference in a new issue