From 95f515448aa21f6698cf2bf1046d98b3160e21ae Mon Sep 17 00:00:00 2001 From: Krishna Ayyalasomayajula Date: Mon, 1 Jun 2026 23:21:59 -0500 Subject: [PATCH] fix: remove duplicate h1 from sample posts (page header already renders title) --- content/posts/hybrid-post.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/posts/hybrid-post.mdx b/content/posts/hybrid-post.mdx index 91ec1ad..8f58f44 100644 --- a/content/posts/hybrid-post.mdx +++ b/content/posts/hybrid-post.mdx @@ -11,7 +11,7 @@ author: James Liu coverImage: /images/fourier-cover.jpg --- -# Fourier Analysis: From Mathematical Theory to Python Practice +## Fourier Analysis: From Mathematical Theory to Python Practice Fourier analysis is one of the most beautiful and practical ideas in all of mathematics. It tells us that *any* sufficiently well-behaved periodic function can be expressed as an infinite sum of simple sines and cosines. This seemingly abstract claim has profound implications — from solving partial differential equations and compressing audio files to reconstructing medical images in MRI machines.