A place for technical notes about things that I have learned. https://notes.markpitblado.me
  • CSS 65.1%
  • HTML 26.3%
  • JavaScript 6.2%
  • Jinja 2.4%
Find a file
2025-07-22 09:27:15 -07:00
docs Merge branch 'main' of codeberg.org:mark-pitblado/notes 2025-07-22 09:27:15 -07:00
overrides feat: add coloured table of contents 2025-07-10 05:49:21 -07:00
.gitignore meta: ignore deploy script 2025-02-08 07:21:10 -08:00
.lycheeignore ci: add link checking 2024-11-07 07:02:55 -08:00
.pre-commit-config.yaml docs: add information about directory structure 2025-07-20 20:38:06 -07:00
.python-version init commit 2024-12-13 08:39:35 -08:00
LICENSE switch to astro init commit 2024-08-13 06:32:19 -07:00
mkdocs.yml feat: add coloured table of contents 2025-07-10 05:49:21 -07:00
pyproject.toml meta: add awesome nav package 2025-05-07 06:30:36 -07:00
README.md fix: getting-started link 2024-12-14 07:50:37 -08:00
uv.lock meta: add awesome nav package 2025-05-07 06:30:36 -07:00

Notes

This repository stores a series of technical "cheatsheets" that I use on a regular basis. The primary purpose for creating this service was to allow me to easily look things up both on desktop and on mobile, and to not have to worry about syncing things back and forth.

FAQ

Doesn't all this information exist already elsewhere? Absolutely. This repository is a selection of what I find most useful so that I can reference it instead of going to all of those different sites. Perhaps the same functionality will be useful for you.

How do I get started? Check out the getting started page which contains all the instructions for setup and use!