Skip to content

Commit

Permalink
clean first try, add index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
nnamtug committed Feb 20, 2024
1 parent 7043cf6 commit 1a420ea
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 49 deletions.
46 changes: 0 additions & 46 deletions .github/workflows/azure-static-web-apps-happy-pond-0884ddb03.yml

This file was deleted.

23 changes: 23 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
---
layout: default
---

<div class="home">

<h1 class="page-heading">Posts</h1>

<ul class="post-list">
{% for post in site.posts %}
<li>
<span class="post-meta">{{ post.date | date: "%b %-d, %Y" }}</span>

<h2>
<a class="post-link" href="{{ post.url | prepend: site.baseurl }}">{{ post.title }}</a>
</h2>
</li>
{% endfor %}
</ul>

<p class="rss-subscribe">subscribe <a href="{{ "/feed.xml" | prepend: site.baseurl }}">via RSS</a></p>

</div>
3 changes: 0 additions & 3 deletions index.md

This file was deleted.

0 comments on commit 1a420ea

Please sign in to comment.