Skip to content

Commit

Permalink
third blog post as a test
Browse files Browse the repository at this point in the history
  • Loading branch information
drewfustin committed Apr 22, 2024
1 parent 0d62780 commit d09286e
Show file tree
Hide file tree
Showing 5 changed files with 37 additions and 1 deletion.
6 changes: 6 additions & 0 deletions site/content/blog/third.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
+++
title = "My third post"
date = 2024-04-22
+++

I'm testing my github pages deploy.
2 changes: 2 additions & 0 deletions site/public/blog/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ <h1 class="title">

<li><a href="https://drewfustin.com/blog/first/">My first post</a></li>

<li><a href="https://drewfustin.com/blog/third/">My third post</a></li>

<li><a href="https://drewfustin.com/blog/second/">My second post</a></li>

</ul>
Expand Down
24 changes: 24 additions & 0 deletions site/public/blog/third/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
<!DOCTYPE html>
<html lang="en">

<head>
<meta charset="utf-8">
<title>df</title>
</head>

<body>
<section class="section">
<div class="container">

<h1 class="title">
My third post
</h1>
<p class="subtitle"><strong>2024-04-22</strong></p>
<p>I'm testing my github pages deploy.</p>


</div>
</section>
</body>

</html>
2 changes: 1 addition & 1 deletion site/public/search_index.en.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions site/public/sitemap.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,8 @@
<loc>https://drewfustin.com/blog/second/</loc>
<lastmod>2019-11-28</lastmod>
</url>
<url>
<loc>https://drewfustin.com/blog/third/</loc>
<lastmod>2024-04-22</lastmod>
</url>
</urlset>

0 comments on commit d09286e

Please sign in to comment.