feat: serve content files via catch-all route, use content-relative cover images
This commit is contained in:
@@ -7,7 +7,7 @@ tags:
|
||||
- mathematics
|
||||
- euler
|
||||
- complex-numbers
|
||||
coverImage: /images/euler-cover.jpg
|
||||
coverImage: /content/posts/euler-identity/euler-cover.jpg
|
||||
---
|
||||
|
||||
Euler's identity is widely regarded as the most beautiful equation in all of mathematics:
|
||||
|
||||
@@ -7,7 +7,7 @@ tags:
|
||||
- typescript
|
||||
- programming
|
||||
- tutorial
|
||||
coverImage: /images/typescript-cover.jpg
|
||||
coverImage: /content/posts/hello-world/typescript-cover.jpg
|
||||
---
|
||||
|
||||
Welcome to this comprehensive TypeScript tutorial! Whether you are migrating a JavaScript project or starting fresh, this guide will walk you through TypeScript's type system from fundamentals to advanced patterns used in production codebases.
|
||||
|
||||
@@ -8,7 +8,7 @@ tags:
|
||||
- signal-processing
|
||||
- tutorial
|
||||
author: James Liu
|
||||
coverImage: /images/fourier-cover.jpg
|
||||
coverImage: /content/posts/hybrid-post/fourier-cover.jpg
|
||||
---
|
||||
|
||||
## Fourier Analysis: From Mathematical Theory to Python Practice
|
||||
|
||||
Reference in New Issue
Block a user