-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
18 lines (18 loc) · 853 Bytes
/
Copy pathindex.html
File metadata and controls
18 lines (18 loc) · 853 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
---
layout: blank
---
<section class="hero">
<div class="hero-eyebrow terminal-only">$ cat MOTD</div>
<h1 class="hero-title">Hi, I'm Will.<br>I build things<br>and (sometimes) write.<span class="cursor"></span></h1>
<p class="hero-lede">{{ site.description }}</p>
{% include contact-links.html decorative=true %}
</section>
<div class="notes-head">
<h2><span class="paper-only">Latest notes</span><span class="terminal-only">$ ls -lt notes/</span></h2>
<div class="notes-rule"></div>
<a class="button" href="{{ "/feed.xml" | relative_url }}">RSS feed</a>
</div>
<section class="notes">
<div class="notes-columns"><span>date</span><span>title</span></div>
{% for post in site.posts %}{% include note-card.html post=post %}{% endfor %}
</section>