From 9a9a7f9c840e5947274f33d6bc2ad2166ee178f2 Mon Sep 17 00:00:00 2001 From: Greg Mayes Date: Thu, 7 Mar 2024 19:46:41 +0000 Subject: [PATCH] More SEO stuff --- _config.yml | 1 - _posts/2023-12-17-php-importing-global-functions.md | 1 + ...03-using-laravel-model-factories-in-phpunit-data-providers.md | 1 + index.html | 1 + 4 files changed, 3 insertions(+), 1 deletion(-) diff --git a/_config.yml b/_config.yml index d624471..0a8f163 100644 --- a/_config.yml +++ b/_config.yml @@ -1,6 +1,5 @@ url: "https://gregmayes.dev" # the base hostname & protocol for your site, e.g. http://example.com author: "Greg Mayes" -tagline: "A software development blog by Greg Mayes" baseurl: "" # the subpath of your site, e.g. /blog title: "gregmayes.dev" # the name of your site, e.g. ACME Corp. permalink: pretty diff --git a/_posts/2023-12-17-php-importing-global-functions.md b/_posts/2023-12-17-php-importing-global-functions.md index 5f205c6..65fa049 100644 --- a/_posts/2023-12-17-php-importing-global-functions.md +++ b/_posts/2023-12-17-php-importing-global-functions.md @@ -1,5 +1,6 @@ --- title: Importing Global Functions in Namespaced PHP Code +description: Importing global functions in namespaced PHP code can improve performance by a surprising amount. This article explores how and why it works. tags: PHP --- diff --git a/_posts/2024-02-03-using-laravel-model-factories-in-phpunit-data-providers.md b/_posts/2024-02-03-using-laravel-model-factories-in-phpunit-data-providers.md index b6827c9..92d278c 100644 --- a/_posts/2024-02-03-using-laravel-model-factories-in-phpunit-data-providers.md +++ b/_posts/2024-02-03-using-laravel-model-factories-in-phpunit-data-providers.md @@ -1,5 +1,6 @@ --- title: Using Laravel Model Factories in PHPUnit Data Providers +description: Using Laravel model factories inside PHPUnit data providers isn't as straightforward as you would think. This article shows you how can pull this off. tags: PHP, PHPUnit, Laravel --- diff --git a/index.html b/index.html index 7ebbe8a..bfaee89 100644 --- a/index.html +++ b/index.html @@ -1,5 +1,6 @@ --- layout: default +description: Greg Mayes' personal website and software development blog ---