Skip to content

Commit

Permalink
Move from index.md to index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
platypii committed Feb 21, 2024
1 parent 3da1a54 commit 4c0a012
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
19 changes: 19 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
---
layout: default
---

<div class="home">
hyperparam is the missing UI for machine learning

<ul class="posts">
{% for post in site.posts %}
<li>
<span class="post-date">{{ post.date | date: "%b %-d, %Y" }}</span>
<a class="post-link" href="{{ post.url | prepend: site.baseurl }}">{{ post.title }}</a>
<br>
{{ post.excerpt }}
</li>
{% endfor %}
</ul>

</div>
1 change: 0 additions & 1 deletion index.md

This file was deleted.

0 comments on commit 4c0a012

Please sign in to comment.