diff --git a/src/pages/search.astro b/src/pages/search.astro index b0772860..ba65c981 100644 --- a/src/pages/search.astro +++ b/src/pages/search.astro @@ -4,9 +4,15 @@ import PageLayout from "~/layouts/PageLayout.astro"; const commonSearches = [ "Drupal", "Test-Driven Development", + "Automated testing", + "Refactoring", + "PHP", "Tailwind CSS", "Ansible", "Ansistrano", + "Neomvim", + "Git", + "Linux", ]; ---