Skip to content

Commit

Permalink
Add keywords to blog posts
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewRPorter committed Aug 15, 2023
1 parent bd24b07 commit d9decd3
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions markdown/blog/identify_potential_aliases.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ path: identify_potential_aliases
seoTitle: Identifying potential shell aliases
description: Identify potential aliases by analyzing your systems command history (ZSH in this case).
datePublished: !!str 2022-09-24
keywords: ["shell aliases", "finding shell aliases", "ZSH aliases"]
---

# Identifying potential shell aliases
Expand Down
1 change: 1 addition & 0 deletions markdown/blog/nextjs_analytics.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ path: nextjs_analytics
seoTitle: Setup Google Analytics in a Next.js Application - Andrew R. Porter
description: Basic tutorial showing you how to utilize Google Analytics in Next.js.
datePublished: !!str 2022-07-09
keywords: ['Next.js Google Analytics', 'Google Analytics tutorial', 'Google Analytics React']
---

# Next.js Google Analytics Setup
Expand Down
1 change: 1 addition & 0 deletions markdown/blog/python_keyword_extraction.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ path: python_keyword_extraction
seoTitle: Keyword Extraction in Python via RAKE - Andrew R. Porter
description: Keyword extraction in Python via RAKE (Rapid Automatic Keyword Extraction).
datePublished: !!str 2022-08-30
keywords: [keyword extraction, python keyword extraction, RAKE tutorial, python RAKE]
---

# Keyword Extraction in Python via RAKE
Expand Down
1 change: 1 addition & 0 deletions markdown/blog/thoughts_on_remote_work.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ path: thoughts_on_remote_work
seoTitle: Thoughts on remote work as a software engineer who graduated during the pandemic
description: I've been working remotely as a software engineer at "big" tech companies since I graduated college in 2020 with little to no traditional office experience. Here are some of my thoughts on remote work.
datePublished: !!str 2023-01-13
keywords: ["remote work", "work from home", "remote software development", "remote software engineering"]
---

# My thoughts on remote work
Expand Down
1 change: 1 addition & 0 deletions pages/blog/[slug].tsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ type Props = {
path: string
ogImagePath: string
datePublished: string
keywords: string[]
}
markdownContent: string
}
Expand Down

1 comment on commit d9decd3

@vercel
Copy link

@vercel vercel bot commented on d9decd3 Aug 15, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.