From 6350a9bc9a5ce783afc56b4682275eb1b04bf449 Mon Sep 17 00:00:00 2001 From: Stevan Freeborn <65925598+StevanFreeborn@users.noreply.github.com> Date: Tue, 6 Aug 2024 22:19:54 -0500 Subject: [PATCH] chore: stub out post --- .../index.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 src/Blog/wwwroot/posts/programming-browser-automation-productivity-superpower/index.md diff --git a/src/Blog/wwwroot/posts/programming-browser-automation-productivity-superpower/index.md b/src/Blog/wwwroot/posts/programming-browser-automation-productivity-superpower/index.md new file mode 100644 index 0000000..de508f4 --- /dev/null +++ b/src/Blog/wwwroot/posts/programming-browser-automation-productivity-superpower/index.md @@ -0,0 +1,9 @@ +```json meta +{ + "title": "Programming and Browser Automation: A Productivity Superpower", + "lead": "Ever wish you could handle routine tasks without a ll the hassle? Using programming and browser automation, you can do just that. In this post, I'll share with you how I used these skills to automate renewing a daily subscription to the New York Times through my local library.", + "isPublished": false, + "publishedAt": "2024-08-06", + "openGraphImage": "posts/programming-browser-automation-productivity-superpower/og-image.png", +} +```