AGENTS.md
Project description
This is the personal website of Mika “AgenttiX” Mäki.
The website is built with Jekyll using the “Deploy from a branch” feature of GitHub Pages
and hosted on GitHub Pages at https://agx.fi.
The GitHub Actions workflow at ./.github/workflows/jekyll.yml is therefore disabled.
The validity of the external links is checked with lychee
by the workflow ./.github/workflows/linkcheck.yml (weekly and on changes to the pages),
and locally with ./linkcheck.sh. Both use the settings in ./lychee.toml,
and URL patterns to skip are listed in ./.lycheeignore.
Project structure
./.githubcontains GitHub Actions workflows../_includescontains.htmlfiles that are included on each page../itcontains pages on information technology../jscontains JavaScript snippets../mediacontains pages on books, movies, games and other media../misccontains miscellaneous pages../physicscontains pages on physics../travelcontains pages on traveling../linkcheck.shchecks the external links, see above.