Initial resume, organize partials
This commit is contained in:
4
layouts/shortcodes/resume/project-details.html
Normal file
4
layouts/shortcodes/resume/project-details.html
Normal file
@@ -0,0 +1,4 @@
|
||||
{{ $_hugo_config := `{ "version": 1 }` }}
|
||||
<div class="project-details">
|
||||
{{ .Inner | markdownify }}
|
||||
</div>
|
||||
2
layouts/shortcodes/resume/project-header.html
Normal file
2
layouts/shortcodes/resume/project-header.html
Normal 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>
|
||||
4
layouts/shortcodes/resume/section.html
Normal file
4
layouts/shortcodes/resume/section.html
Normal file
@@ -0,0 +1,4 @@
|
||||
<div id="{{ .Get 0 }}">
|
||||
<h1 class="section-header">{{ .Get 0 | title }}</h1>
|
||||
{{ .Inner }}
|
||||
</div>
|
||||
Reference in New Issue
Block a user