/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

andrewlester.net
| | zelig880.com
0.7 parsecs away

Travel
| | Learn how to setup CI/CD and deploy your VitePress documentation site on GitHub Pages using GitHub actions.
| | davquar.it
1.2 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.
| | www.morling.dev
1.4 parsecs away

Travel
| | As a software engineer, I like to automate tedious tasks as much as possible. The deployment of this website is no exception: it is built using the Hugo static site generator and hosted on GitHub Pages; so wouldn't it be nice if the rendered website would automatically be published whenever an update is pushed to its source code repository?
| | levimcg.com
11.6 parsecs away

Travel
| I decided to migrate my site from Eleventy, a static site generator to Kirby a file-based CMS written in PHP.