Setup blog formatting, started on resume

This commit is contained in:
2019-03-01 05:19:49 -05:00
parent c164340493
commit 651e95503d
10 changed files with 173 additions and 50 deletions

View File

@@ -5,7 +5,7 @@
{{ if not .Page.Date.IsZero }}
<!-- <span class="key">published </span> -->
<span class="val" id="content"><time itemprop="datePublished" datetime="{{ .Date.Format "2006-01-02" }}">{{ .Date.Format "January 02, 2006" }}</time></span>
<span class="val" id="content"><time id="publish-date" itemprop="datePublished" datetime="{{ .Date.Format "2006-01-02" }}">{{ .Date.Format "January 02, 2006" }}</time></span>
{{ end }}
{{ with .Params.categories }}

View File

@@ -4,5 +4,12 @@
{{ partial "base16-logo.html" . }}
<div id="resume">
{{ .Content }}
</div>
</div>
</body>
</html>

View File

@@ -0,0 +1,3 @@
<div id="{{ .Get 0 }}">
{{ .Inner }}
</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>