/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

rmoff.net
| | davquar.it
0.8 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.
| | msfjarvis.dev
1.9 parsecs away

Travel
| | GitHub Actions paired with GitHub Pages provides an excellent CD platform for a status page. Here's how I used it to create mine.
| | johnfraney.ca
1.9 parsecs away

Travel
| | Use PyPI trusted publishing with GitHub and Poetry to publish your Python package like it's 2024
| | labanskoller.se
9.0 parsecs away

Travel
| Inpired by Hackeriet's blog where Alexander Kjäll use to post CTF write-ups, I've decided to create a personal one for myself. Focus will be on IT security. Hackeriet's blog is powered by Jekyll which is a static site generator written in Ruby. See their post Creating a fast blog for how they set up their blog. I have decided to try another static site generator called Hugo, which is written in Go.