Skip to content

annaadar/annas-dev-notes

Repository files navigation

Anna's Dev Notes

Personal dev blog at annaadar.dev — a space for posts and notes on mobile, web, and systems engineering.


About

Hi, I'm Anna — a software developer who enjoys reading source code and deep-diving into how things work. This blog is where I write about things I'm currently exploring, bugs I've hunted down, and anything else worth documenting along the way.


Tech Stack

Layer Technology
Framework Astro
Theme Astro Cactus (personalized)

Project Structure

annas-dev-notes/
├── src/
│   ├── content/
│   │   ├── post/         # Blog posts (Markdown / MDX)
│   │   └── note/         # Shorter notes
│   ├── components/       # Astro/UI components
│   ├── layouts/          # Page layouts
│   ├── pages/            # Route pages
│   └── styles/           # Global and theme overrides
├── public/               # Static assets
├── astro.config.mjs
├── tailwind.config.cjs
└── package.json

Getting Started

Prerequisites

  • Node.js 18+
  • npm or pnpm

Find Me


License

Content (posts and notes) © Anna Adar. Theme based on Astro Cactus — see its license for theme-specific terms.

About

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors