chore: update heti style, remove infrequently used unocss rules, streamline meta tags

This commit is contained in:
radishzzz 2025-05-04 03:23:23 +01:00
parent 9ebc6aadc5
commit 67e1f6cf8e
8 changed files with 44 additions and 80 deletions

View file

@ -89,19 +89,6 @@ Retypeset is a static blog theme based on the [Astro](https://astro.build/) fram
- Do not click `Discard Changes`, or you will lose your modifications.
## Commands
All commands are run from the root of the project, from a terminal:
| Command | Action |
| :--------------------- | :----------------------------------------------- |
| `pnpm install` | Install dependencies |
| `pnpm dev` | Starts local dev server at `localhost:4321` |
| `pnpm build` | Build your production site to `./dist/` |
| `pnpm preview` | Preview your build locally, before deploying |
| `pnpm astro ...` | Run CLI commands like `astro add`, `astro check` |
| `pnpm astro -- --help` | Get help using the Astro CLI |
## Credits
- [Typography](https://github.com/moeyua/astro-theme-typography)