Welcome to my notes
Welcome to my notes about technical things that I have learned. This site is built with eleventy notes. To setup this notes system, follow the steps below
git clone https://codeberg.org/mark-pitblado/notes
cd notes
cd .app
npm install
npm start
The notes will then be available on localhost:8080 for you to preview.
Syntax reference
Callouts
Default
> [!info]
> This is a callout.
Custom title
> [!info] Custom title
> This is a callout.
Foldable
> [!info]- Callouts are foldable
> This is a callout that is collapsed by default.