mirror of
https://github.com/ChenQihan666/MyBlog-Next.git
synced 2026-08-14 11:29:33 +08:00
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:
@@ -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 |
Vendored
-1
@@ -1 +0,0 @@
|
|||||||
declare module 'remark-collapse';
|
|
||||||
Vendored
+1
@@ -0,0 +1 @@
|
|||||||
|
declare module "remark-collapse";
|
||||||
Reference in New Issue
Block a user