GitHub Actions Reporting My ❤️ Music

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

SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  1. my-heart-music

    PoC project for utilizing static website generation through GitHub actions workflow.

    View on GitHub

  2. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
  3. Hugo

    The world’s fastest framework for building websites.

    Append the generated markdown to a Hugo static website project

  4. hugo-theme-terminal

    Discontinued A simple, retro theme for Hugo

    The result site displays my top tracks from Spotify with Hugo Terminal theme. The page is updated with a scheduled GitHub action, once per week.

  5. actions-hugo

    GitHub Actions for Hugo ⚡️ Setup Hugo quickly and build your site fast. Hugo extended, Hugo Modules, Linux (Ubuntu), macOS, and Windows are supported.

    If the data fetch from previous step succeeds, the workflow continues by building the static website with Hugo. Hugo is setup using action peaceiris/actions-hugo. When the files are ready, the result is published to GitHub pages, using another GitHub action, peaceiris/actions-gh-pages.

  6. actions-gh-pages

    GitHub Actions for GitHub Pages 🚀 Deploy static files and publish your site easily. Static-Site-Generators-friendly.

    If the data fetch from previous step succeeds, the workflow continues by building the static website with Hugo. Hugo is setup using action peaceiris/actions-hugo. When the files are ready, the result is published to GitHub pages, using another GitHub action, peaceiris/actions-gh-pages.

  7. spotify-box

    🎶 Automatic update pinned gist to show your recent Spotify top tracks. (by lauravuo)

    The inspiration to use the Spotify API for this project came to me when browsing Spotify related actions in GitHub Actions Marketplace. Spotify Box is an action that fetches the user's top tracks and updates those to a Gist. I took spotify-box as the basis and modified my fork according to my needs:

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

  • Get good Git info from Hugo

    6 projects | dev.to | 1 Jun 2022
  • Automating the building and deployment of GitHub Pages

    2 projects | dev.to | 16 Sep 2021
  • Deploy React App using GitHub Actions

    2 projects | dev.to | 20 May 2021
  • Deploying to GitHub Pages without extra dependencies

    1 project | dev.to | 18 Mar 2021
  • Quick Guide to Auto Compress your CSS and JS when you Git Merge or Pull

    1 project | /r/webdev | 17 Jan 2021

Did you know that TypeScript is
the 1st most popular programming language
based on number of references?