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

@@ -1,3 +0,0 @@
<div id="{{ .Get 0 }}">
{{ .Inner }}
</div>

View File

@@ -0,0 +1,2 @@
{{ $_hugo_config := `{ "version": 1 }` }}
{{ .Inner }}

View File

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

View File

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