Docker and Ghost CMS overhaul

This commit is contained in:
Marwolf
2018-08-18 01:10:09 -04:00
parent 399e5ea342
commit 4dd84332d5
105 changed files with 1289 additions and 337 deletions

View File

@@ -0,0 +1,24 @@
<aside class="cover" style="background: url({{@blog.cover_image}}) center/cover no-repeat fixed">
<div class="cover container">
<div class="profile">
{{#if @blog.logo}}
<a id="avatar-link" title="link to homepage for {{@blog.title}}" href="{{@blog.url}}/#open">
<img src="{{@blog.logo}}" alt="{{@blog.title}} avatar" class="profile avatar rounded hvr-buzz-out" />
<h1 id="profile-title">{{@blog.title}}</h1>
<h3 id="profile-resume"></h3>
</a>
{{/if}}
<hr class="divider long" />
<p>{{@blog.description}}</p>
<hr class="divider short" />
<div class="navigation">
<div class="profile contact">
{{navigation}}
{{> social}}
{{> search }}
</div>
</div>
</div>
</div>
</aside>