mirror of
https://github.com/ChenQihan666/MyBlog-Next.git
synced 2026-08-13 23:31:07 +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
|
||||
/
|
||||
├── public/
|
||||
│ ├── assets/
|
||||
| ├── pagefind/ # auto-generated when build
|
||||
│ └── favicon.svg
|
||||
│ ├── pagefind/ # auto-generated when build
|
||||
│ ├── favicon.svg
|
||||
│ └── astropaper-og.jpg
|
||||
│ └── favicon.svg
|
||||
│ └── toggle-theme.js
|
||||
├── src/
|
||||
│ ├── assets/
|
||||
│ │ └── icons/
|
||||
│ │ ├── icons/
|
||||
│ │ └── images/
|
||||
│ ├── components/
|
||||
│ ├── data/
|
||||
│ │ └── blog/
|
||||
│ │ └── some-blog-posts.md
|
||||
│ ├── layouts/
|
||||
│ └── pages/
|
||||
│ └── styles/
|
||||
│ └── utils/
|
||||
│ └── config.ts
|
||||
│ └── constants.ts
|
||||
│ └── content.config.ts
|
||||
│ ├── pages/
|
||||
│ ├── scripts/
|
||||
│ ├── styles/
|
||||
│ ├── utils/
|
||||
│ ├── config.ts
|
||||
│ ├── constants.ts
|
||||
│ ├── content.config.ts
|
||||
│ ├── env.d.ts
|
||||
│ └── remark-collapse.d.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