chore: cleanup unused files and docs (#610)

* chore: remove unused `public/assets` directory

* chore: move `remark-collapse` type declaration to `src` directory

* chore: reorganize project structure in README.md for clarity

Closes #609
This commit is contained in:
Sat Naing
2026-01-14 05:55:38 +07:00
committed by GitHub
parent fb63d96011
commit 4a12d9fc7e
4 changed files with 13 additions and 13 deletions
+12 -12
View File
@@ -43,27 +43,27 @@ Inside of AstroPaper, you'll see the following folders and files:
```bash ```bash
/ /
├── public/ ├── public/
│ ├── assets/ │ ├── pagefind/ # auto-generated when build
| ├── pagefind/ # auto-generated when build ├── favicon.svg
│ └── favicon.svg
│ └── astropaper-og.jpg │ └── astropaper-og.jpg
│ └── favicon.svg
│ └── toggle-theme.js
├── src/ ├── src/
│ ├── assets/ │ ├── assets/
│ │ ── icons/ │ │ ── icons/
│ │ └── images/ │ │ └── images/
│ ├── components/ │ ├── components/
│ ├── data/ │ ├── data/
│ │ └── blog/ │ │ └── blog/
│ │ └── some-blog-posts.md │ │ └── some-blog-posts.md
│ ├── layouts/ │ ├── layouts/
── pages/ ── pages/
── styles/ ── scripts/
── utils/ ── styles/
── config.ts ── utils/
── constants.ts ── config.ts
── content.config.ts ── constants.ts
│ ├── content.config.ts
│ ├── env.d.ts
│ └── remark-collapse.d.ts
└── astro.config.ts └── astro.config.ts
``` ```
Binary file not shown.

Before

Width:  |  Height:  |  Size: 27 KiB

-1
View File
@@ -1 +0,0 @@
declare module 'remark-collapse';
+1
View File
@@ -0,0 +1 @@
declare module "remark-collapse";