/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

msfjarvis.dev
| | fanrongbin.com
1.1 parsecs away

Travel
| | [AI summary] This article presents a GitHub Actions workflow that automatically downloads, takes character samples, and subsets various Chinese, Japanese, and Korean fonts for a website.
| | rmoff.net
1.2 parsecs away

Travel
| | [AI summary] The author demonstrates how to use GitHub Actions to automatically schedule and build future-dated posts on a static Hugo blog hosted on GitHub Pages.
| | davquar.it
1.3 parsecs away

Travel
| | A GitHub Action is the automatic execution of a job, after a specified trigger on a GitHub repository. For example, let's say that we want to run a linter on each new commit, we can create a GitHub action to do it. In this post we'll see a workflow to automatically deploy a Hugo site on GitHub Pages.
| | eklausmeier.goip.de
9.1 parsecs away

Travel
| Steps to host static content on GitHub: 1. create repo with name user.github.io, 2. Store your content under root, 3. Add CI yaml file.