From 725704fafac186a83cb1e0d064b0ca86a6ae7c15 Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Wed, 11 Jun 2025 00:16:37 +0100 Subject: [PATCH] Add daily email --- content/meta/index.json | 6 ++ ....5d8952a1-9ae5-4269-986a-177ba1d78679.json | 91 +++++++++++++++++++ ....bfbe95da-61ab-4921-ab4a-567ba0184d7b.json | 27 ++++++ 3 files changed, 124 insertions(+) create mode 100644 content/node.5d8952a1-9ae5-4269-986a-177ba1d78679.json create mode 100644 content/path_alias.bfbe95da-61ab-4921-ab4a-567ba0184d7b.json diff --git a/content/meta/index.json b/content/meta/index.json index 871f9f70c..c4b8d3eed 100644 --- a/content/meta/index.json +++ b/content/meta/index.json @@ -6409,5 +6409,11 @@ ], "path_alias.21fec378-d284-4cc4-af89-c20a4149f8b2": [ "node.b2c3f5ed-2db6-46da-a532-b1e9beb9f1d0" + ], + "node.5d8952a1-9ae5-4269-986a-177ba1d78679": [ + "user.b8966985-d4b2-42a7-a319-2e94ccfbb849" + ], + "path_alias.bfbe95da-61ab-4921-ab4a-567ba0184d7b": [ + "node.5d8952a1-9ae5-4269-986a-177ba1d78679" ] } \ No newline at end of file diff --git a/content/node.5d8952a1-9ae5-4269-986a-177ba1d78679.json b/content/node.5d8952a1-9ae5-4269-986a-177ba1d78679.json new file mode 100644 index 000000000..a342ba2b8 --- /dev/null +++ b/content/node.5d8952a1-9ae5-4269-986a-177ba1d78679.json @@ -0,0 +1,91 @@ +{ + "uuid": [ + { + "value": "5d8952a1-9ae5-4269-986a-177ba1d78679" + } + ], + "langcode": [ + { + "value": "en" + } + ], + "type": [ + { + "target_id": "daily_email", + "target_type": "node_type", + "target_uuid": "8bde1f2f-eef9-4f2d-ae9c-96921f8193d7" + } + ], + "revision_timestamp": [ + { + "value": "2025-06-10T23:16:21+00:00" + } + ], + "revision_uid": [ + { + "target_type": "user", + "target_uuid": "b8966985-d4b2-42a7-a319-2e94ccfbb849" + } + ], + "revision_log": [], + "status": [ + { + "value": true + } + ], + "uid": [ + { + "target_type": "user", + "target_uuid": "b8966985-d4b2-42a7-a319-2e94ccfbb849" + } + ], + "title": [ + { + "value": "Nix for PHP Developers" + } + ], + "created": [ + { + "value": "2025-06-11T00:03:30+00:00" + } + ], + "changed": [ + { + "value": "2025-06-10T23:16:21+00:00" + } + ], + "promote": [ + { + "value": false + } + ], + "sticky": [ + { + "value": false + } + ], + "default_langcode": [ + { + "value": true + } + ], + "revision_translation_affected": [ + { + "value": true + } + ], + "path": [ + { + "alias": "\/daily\/2025\/06\/11\/nix-php-developers", + "langcode": "en" + } + ], + "body": [ + { + "value": "I've been brainstorming ideas for new presentations to give at meetups and conferences.\r\n\r\nThe one that appeals to me at the moment is \"Nix for PHP Developers\".\r\n\r\nI've been using Nix since September 2022 and have replaced Docker in all of my projects with Nix-based development shells to add the required versions of PHP and anything else needed for each project.\r\n\r\nIn the talk, I can introduce some Nix and NixOS basics before showing different PHP examples from basic development shells with PHP to full Docker Compose-like setups for Drupal applications.\r\n\r\nDoes this sound interesting?\r\n\r\nIf you have feedback or suggestions, or would like me to give this or another talk at your meetup, get in touch.", + "format": "markdown", + "processed": "

I've been brainstorming ideas for new presentations to give at meetups and conferences.<\/p>\n

The one that appeals to me at the moment is \"Nix for PHP Developers\".<\/p>\n

I've been using Nix since September 2022 and have replaced Docker in all of my projects with Nix-based development shells to add the required versions of PHP and anything else needed for each project.<\/p>\n

In the talk, I can introduce some Nix and NixOS basics before showing different PHP examples from basic development shells with PHP to full Docker Compose-like setups for Drupal applications.<\/p>\n

Does this sound interesting?<\/p>\n

If you have feedback or suggestions, or would like me to give this or another talk at your meetup, get in touch.<\/p>\n", + "summary": "Would you like to see a talk about Nix for PHP Developers?" + } + ] +} \ No newline at end of file diff --git a/content/path_alias.bfbe95da-61ab-4921-ab4a-567ba0184d7b.json b/content/path_alias.bfbe95da-61ab-4921-ab4a-567ba0184d7b.json new file mode 100644 index 000000000..669df1280 --- /dev/null +++ b/content/path_alias.bfbe95da-61ab-4921-ab4a-567ba0184d7b.json @@ -0,0 +1,27 @@ +{ + "uuid": [ + { + "value": "bfbe95da-61ab-4921-ab4a-567ba0184d7b" + } + ], + "langcode": [ + { + "value": "en" + } + ], + "path": [ + { + "value": "\/node\/5d8952a1-9ae5-4269-986a-177ba1d78679" + } + ], + "alias": [ + { + "value": "\/daily\/2025\/06\/11\/nix-php-developers" + } + ], + "status": [ + { + "value": true + } + ] +} \ No newline at end of file