/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

tech.dentsusoken.com
| | lea.codes
7.2 parsecs away

Travel
| | Sprinkle your JavaScript codebase with type annotations in JSDoc, run checks against it and auto-generate documentation.
| | davquar.it
8.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.
| | andrewlester.net
8.2 parsecs away

Travel
| | Deploying a SvelteKit application to GitHub Pages.
| | eklausmeier.goip.de
8.9 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.