this is actually the first commit - theme made on the base CSS/HTML of the already existing (but handmade) mind-overflow.net website.

This commit is contained in:
Lorenzo Dellacà
2020-08-12 00:30:29 +02:00
parent 1b10a2e2a7
commit c64c2985ad
58 changed files with 2580 additions and 8288 deletions

View File

@@ -1,23 +1,16 @@
{{!< default}}
{{#post}}
<article class="gh-article {{post_class}}">
<header class="gh-header gh-canvas">
<h1 class="gh-title">{{title}}</h1>
{{#if custom_excerpt}}
<p class="gh-excerpt">{{custom_excerpt}}</p>
{{/if}}
{{#if feature_image}}
<img class="gh-feature-image" src="{{feature_image}}" alt="{{title}}" />
{{/if}}
</header>
<div class="gh-content gh-canvas">
{{content}}
<div class="mind-fullscreen-title">
<div class="navbar">
{{navigation}}
</div>
<h1>{{title}}</h1>
<i class="arrow-down"></i>
</div>
</article>
<main>
<div class="mind-content">
{{content}}
</div>
</main>
{{/post}}