From 6c3d3a0a6078cac4b94aa7710b5368164655dd14 Mon Sep 17 00:00:00 2001 From: Xevion Date: Tue, 12 Apr 2022 14:41:30 -0500 Subject: [PATCH] Add keywords to site config.toml --- config.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.toml b/config.toml index ccc08d7..71ab20f 100644 --- a/config.toml +++ b/config.toml @@ -68,7 +68,7 @@ languageName = "English" title = "Powershell" subtitle = "A place for my scripts, thoughts and ideas on PowerShell." owner = "Xevion" -keywords = "" +keywords = "powershell scripts ps1 hugo write-up" copyright = "Xevion (c) 2022" menuMore = "Show more" readMore = "Read more"