notetoself - table of contents

2025-02-05 - Codium setup

2025-02-05 - About this blog

2025-04-06 - De-Google-ify yourself

2025-12-13 - Snippets

2026-04-19 - AI Framework

2026-06-19 - Home

2026-09-06 - /fromscratchpad/

2026-09-10 - cmk-synthshop

2026-09-20 - /magic-mirror/

Page source {% for post in collections.notetoself %} {% unless post.fileSlug contains '.sync-conflict-' or post.inputPath contains 'index.html' %} <h2><a href="{{ post.url }}">{{ post.date | friendlyDate }} - {{ post.data.title | default: post.url }}</a></h2> {% endunless %} {% endfor %}