Skip to content

Commit

Permalink
More SEO stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
Greg Mayes committed Mar 7, 2024
1 parent 6de79ac commit 9a9a7f9
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 1 deletion.
1 change: 0 additions & 1 deletion _config.yml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
1 change: 1 addition & 0 deletions _posts/2023-12-17-php-importing-global-functions.md
Original file line number Diff line number Diff line change
@@ -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
---

Expand Down
Original file line number Diff line number Diff line change
@@ -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
---

Expand Down
1 change: 1 addition & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
layout: default
description: Greg Mayes' personal website and software development blog
---

<main class="2xl:mx-auto 2xl:w-3/4 grow px-5 mt-5">
Expand Down

0 comments on commit 9a9a7f9

Please sign in to comment.