nickytonline / www.nickyt.co

Source code for my web site nickyt.co

Home Page:https://www.nickyt.co

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Automate pulling in newsletter archive

nickytonline opened this issue · comments

Is your feature request related to a problem? Please describe.

Use the newsletter RSS feed, https://buttondown.email/nickytonline/rss, to pull in the content for the newsletter archive.

Describe the solution you'd like

Create a script in the /bin folder that:

  • Pulls in the RSS feed
  • Generates markdown with grey matter for stuff like title, date etc.
  • creates and persist markdown to the ./src/newlsetter directory

GitHub Action that:

  • Runs the above script on Sunday evenings to pull in the latest news archives
  • Creates a pull request that auto-merges if all the checks pass

Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.

Additional context
Add any other context or screenshots about the feature request here.