Commit 5252ac3
committed
Refactor project structure and add new components
- Updated import paths in `projects.astro` for consistency.
- Created `about-experience-item.astro` for displaying experience details.
- Added `post-item.astro` for rendering individual posts with links and formatted dates.
- Introduced `project-item.astro` for showcasing project details with images and links.
- Developed `footer.astro` for consistent footer layout across pages.
- Implemented `header.astro` for navigation with responsive design.
- Added `logo.astro` for branding in the header.
- Created `page-heading.astro` for standardized page headings.
- Developed `related-posts.astro` for displaying related articles.
- Implemented `toc.astro` for table of contents in posts.
- Added UI components: `button.astro`, `formatted-date.astro`, `separator.astro`, `square-line.astro`, `square-lines.astro`, and `square.astro` for consistent styling.
- Created `math-equation.mdx` for writing LaTeX math equations with KaTeX support.1 parent 2e86e09 commit 5252ac3
29 files changed
Lines changed: 495 additions & 654 deletions
File tree
- .vscode
- src
- components
- home
- item
- layout
- post
- ui
- content/post
- courses
- essays
- layouts
- pages
- post
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
3 | | - | |
| 2 | + | |
| 3 | + | |
4 | 4 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
3 | | - | |
| 2 | + | |
| 3 | + | |
4 | 4 | | |
| 5 | + | |
| 6 | + | |
5 | 7 | | |
6 | | - | |
7 | | - | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
8 | 27 | | |
9 | 28 | | |
10 | 29 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
4 | | - | |
| 3 | + | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| |||
File renamed without changes.
File renamed without changes.
File renamed without changes.
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| |||
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
3 | | - | |
| 2 | + | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
File renamed without changes.
File renamed without changes.
0 commit comments