Add Bulma book

This commit is contained in:
Jeremy Thomas
2018-03-26 14:46:39 +01:00
parent 56e63c9afa
commit 7c9f0a76dc
91 changed files with 385 additions and 129 deletions

View File

@@ -39,7 +39,7 @@ fixed_navbar: true
<p class="title is-4" style="margin-top: 0.5em;"><strong>Modern</strong></p>
<p class="subtitle">Built with <strong>Flexbox</strong></p>
</a>
<a class="column has-text-centered" href="{{ site.github }}">
<a class="column has-text-centered" href="{{ site.data.meta.github }}">
<span class="icon is-large">
<i class="fab fa-3x fa-github"></i>
</span>
@@ -480,13 +480,13 @@ fixed_navbar: true
<div class="container">
<p class="title has-text-centered">Get started</p>
<div class="hero-buttons">
<a class="button is-link is-large" href="{{ site.documentation }}">
<a class="button is-link is-large" href="{{ site.data.meta.documentation }}">
<span class="icon">
<i class="fas fa-book"></i>
</span>
<span>Check the <strong>docs</strong></span>
</a>
<a class="button is-black is-large" href="{{ site.github }}">
<a class="button is-black is-large" href="{{ site.data.meta.github }}">
<span class="icon">
<i class="fab fa-github"></i>
</span>