Configuration
Configuration files
Theme Configuration#
File: src/site.config.ts
pending update…
Astro Configuration#
File: astro.config.mjs
You can configure it to change deployment methods, add rehype & remark plugins, and more.
Read more about Astro configuration here ↗.
ESLint Configuration#
File: eslint.config.mjs
You can configure ESLint to change rules and security checks.
Read more about ESLint configuration here ↗.
Prettier Configuration#
File: prettier.config.mjs
You can configure Prettier to change code formatting rules, this can change your experience using package command format
and extension support for your favorite IDE.
Options are available here ↗.
UnoCSS Configuration#
File: uno.config.ts
It is a utility-first CSS framework building custom designs. Theme also uses its preset typography
to make type settings.
Checkout UnoCSS & Styles for more info.
Typescript Configuration#
File: tsconfig.json