Organize partials

This commit is contained in:
Jeremy Thomas
2018-04-09 22:25:26 +01:00
parent a1c1909001
commit e8d4efb274
97 changed files with 691 additions and 835 deletions

View File

@@ -7,7 +7,7 @@ github_url: https://github.com/jgthms/bulma-start
npm_url: https://www.npmjs.com/package/bulma-start
---
{% include navbar.html id="BulmaStartHero" %}
{% include global/navbar.html id="BulmaStartHero" %}
<section class="hero is-success">
<div class="hero-body">
@@ -22,7 +22,7 @@ npm_url: https://www.npmjs.com/package/bulma-start
</p>
</div>
<div class="column is-narrow">
{% include carbon.html %}
{% include elements/carbon.html %}
</div>
</div>
</div>
@@ -47,7 +47,7 @@ npm_url: https://www.npmjs.com/package/bulma-start
</div>
</div>
{% include anchor.html name="Install" %}
{% include elements/anchor.html name="Install" %}
{% highlight bash %}npm install bulma-start{% endhighlight %}
@@ -55,7 +55,7 @@ npm_url: https://www.npmjs.com/package/bulma-start
{% highlight bash %}yarn add bulma-start{% endhighlight %}
{% include anchor.html name="Whats included" %}
{% include elements/anchor.html name="Whats included" %}
<div class="content">
<p>The <code>npm</code> dependencies included in <code>package.json</code> are:</p>