How to use GitHub actions and Contentful webhooks to show your latest blog posts on your GitHub profile README

This page summarizes the projects mentioned and recommended in the original post on dev.to

SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.
surveyjs.io
featured
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
  • whitep4nth3r

  • If you want to jump straight to the code, view my GitHub actions workflow on GitHub.

  • wait-action

    💤 Very, very simple (and small) action to sleep for an amount of time — 10s, 2m, etc.

  • I host my blog on Vercel, which is pre-rendered into static HTML via a webhook in Contentful — each time I publish a new post. To ensure that the blog and RSS feed finish building before the blog post list is generated, I am using jakejarvis/wait-action to wait for an arbitrary length of five minutes. This is a completely optional step for you. It might seem a bit hacky — but if it works, it works!

  • SurveyJS

    Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App. With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.

    SurveyJS logo
  • blog-post-workflow

    Show your latest blog posts from any sources or StackOverflow activity or Youtube Videos on your GitHub profile/project readme automatically using the RSS feed

  • The action code repository used to generate the recent blog post feed is by gautamkrishnar (uses: gautamkrishnar/blog-post-workflow@master). If you're curious, you can view the code and full setup instructions here!

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • GitHub Actions could be so much better

    21 projects | news.ycombinator.com | 22 Sep 2023
  • How to Create a Kick-Ass GitHub Profile in 5 Minutes

    3 projects | dev.to | 22 Jun 2023
  • Act: Run your GitHub Actions locally

    14 projects | news.ycombinator.com | 25 Nov 2022
  • Linter for GHA syntax?

    1 project | /r/github | 10 Oct 2022
  • Simple LaTeX CI/CD Template

    8 projects | /r/LaTeX | 28 Aug 2022