diff --git a/static/posts/MECC2024/images/arch.png b/static/posts/MECC2024/images/arch.png new file mode 100644 index 0000000..af8af37 Binary files /dev/null and b/static/posts/MECC2024/images/arch.png differ diff --git a/static/posts/MECC2024/metadata.json b/static/posts/MECC2024/metadata.json new file mode 100644 index 0000000..faed457 --- /dev/null +++ b/static/posts/MECC2024/metadata.json @@ -0,0 +1,7 @@ +{ + "title": "Using Graph attention to get graphs [Test Post]", + "date": "05-30-2025", + "description": "A little post to test stuff out", + "image": "None", + "tags": ["very", "nonchalant"] +} \ No newline at end of file diff --git a/static/posts/MECC2024/post.md b/static/posts/MECC2024/post.md new file mode 100644 index 0000000..20aa327 --- /dev/null +++ b/static/posts/MECC2024/post.md @@ -0,0 +1,12 @@ +# Introduction + + + +# Section 1 + + +| ![Architecture Diagram](https://akshaykolli.net/static/posts/MECC2024/images/arch.png) | +|:--:| +| *Architecture of the Model* | + +this is an image \ No newline at end of file diff --git a/templates/not_found.html b/templates/not_found.html index ba89c69..46ff24d 100644 --- a/templates/not_found.html +++ b/templates/not_found.html @@ -26,6 +26,9 @@ +
Posts Home + Code +

404 ERROR

diff --git a/templates/post.html b/templates/post.html index 8eaf7e0..374fc03 100644 --- a/templates/post.html +++ b/templates/post.html @@ -12,7 +12,10 @@ -
Posts Home
+
Posts Home + Code +
+
diff --git a/templates/post_list.html b/templates/post_list.html index 1b8b846..96a2160 100644 --- a/templates/post_list.html +++ b/templates/post_list.html @@ -11,7 +11,9 @@ -
Posts Home
+
Posts Home + Code +

Posts