This is the source code for ducnguyen.space, my personal blog.
/
├── public/
│ └── videos/ -- Animation videos
├── src/
│ ├── pages/ -- Markdown pages
│ ├── components/ -- Astro components
│ │ └── preact/ -- Preact components
│ ├── layouts/ -- Astro layouts
│ └── assets/
│ └── images/ -- Images
└── vale/ -- Vale linter rules
For development, run:
npm run start
Code lint and format with biomejs:
npm run lint:code
Grammar lint with Vale:
npm run lint:text