Initial resume

Organize partials. Outage night post notes.
This commit is contained in:
2019-07-29 23:58:14 -04:00
parent 990bce6252
commit 38ca0829f6
26 changed files with 137 additions and 50 deletions

View File

@@ -0,0 +1,4 @@
{{ $_hugo_config := `{ "version": 1 }` }}
<div class="project-details">
{{ .Inner | markdownify }}
</div>

View File

@@ -0,0 +1,2 @@
<h2 class="project-title"><a href="{{ .Get "url" }}" target="_blank">{{ .Get "name" }}</a></h2>
<p class="project-date">{{ .Get "date" }}</p>

View File

@@ -0,0 +1,4 @@
<div id="{{ .Get 0 }}">
<h1 class="section-header">{{ .Get 0 | title }}</h1>
{{ .Inner }}
</div>