Test post + updated headers
All checks were successful
Publish Website / publish (push) Successful in 25s
All checks were successful
Publish Website / publish (push) Successful in 25s
This commit is contained in:
BIN
static/posts/MECC2024/images/arch.png
Normal file
BIN
static/posts/MECC2024/images/arch.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 47 KiB |
7
static/posts/MECC2024/metadata.json
Normal file
7
static/posts/MECC2024/metadata.json
Normal file
@@ -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"]
|
||||||
|
}
|
12
static/posts/MECC2024/post.md
Normal file
12
static/posts/MECC2024/post.md
Normal file
@@ -0,0 +1,12 @@
|
|||||||
|
# Introduction
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
# Section 1
|
||||||
|
|
||||||
|
|
||||||
|
|  |
|
||||||
|
|:--:|
|
||||||
|
| *Architecture of the Model* |
|
||||||
|
|
||||||
|
this is an image
|
@@ -26,6 +26,9 @@
|
|||||||
|
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
|
<header><a class="header_link" href="/posts">Posts</a> <a class="header_link" href="/">Home</a>
|
||||||
|
<a class="header_link" href="https://code.akshaykolli.net">Code</a>
|
||||||
|
</header>
|
||||||
<h1>404 ERROR</h1>
|
<h1>404 ERROR</h1>
|
||||||
<button><a href="/">Go home</a></button>
|
<button><a href="/">Go home</a></button>
|
||||||
</body>
|
</body>
|
||||||
|
@@ -12,7 +12,10 @@
|
|||||||
<body>
|
<body>
|
||||||
|
|
||||||
|
|
||||||
<header><a href="/posts">Posts</a> <a href="/">Home</a></header>
|
<header><a class="header_link" href="/posts">Posts</a> <a class="header_link" href="/">Home</a>
|
||||||
|
<a class="header_link" href="https://code.akshaykolli.net">Code</a>
|
||||||
|
</header>
|
||||||
|
|
||||||
<div class="post">
|
<div class="post">
|
||||||
|
|
||||||
<div class="post_meta">
|
<div class="post_meta">
|
||||||
|
@@ -11,7 +11,9 @@
|
|||||||
|
|
||||||
<body>
|
<body>
|
||||||
|
|
||||||
<header><a href="/posts">Posts</a> <a href="/">Home</a></header>
|
<header><a class="header_link" href="/posts">Posts</a> <a class="header_link" href="/">Home</a>
|
||||||
|
<a class="header_link" href="https://code.akshaykolli.net">Code</a>
|
||||||
|
</header>
|
||||||
|
|
||||||
<span class="posts">
|
<span class="posts">
|
||||||
<h1 id="posts-title">Posts</h1>
|
<h1 id="posts-title">Posts</h1>
|
||||||
|
Reference in New Issue
Block a user