By focusing only on CSS, Bulma provides a lightweight solution that can easily be implemented in any development context.
'
bootstrap:
- type: "bootstrap"
icon: "plug"
@@ -46,165 +52,82 @@ bootstrap:
content: "Bootstrap has some **elements** like [list group](https://getbootstrap.com/components/#list-group), [wells](https://getbootstrap.com/components/#wells), or [page header](https://getbootstrap.com/components/#page-header) that Bulma doesn't have."
---
-
-
-
-
-
-
-
-
- Bulma: an alternative to Bootstrap
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- {% include global/navbar.html id="Documentation" %}
-
-
-
-
-
-
-
-
- Bulma: an alternative to Bootstrap
-
-
- Learn how Bulma can become a replacement for Bootstrap
-
-
-
- {% include elements/carbon.html %}
-
-
-
-
-
-
-
-
-
-
- Both Bulma and Bootstrap are CSS frameworks that allow developers to quickly build web interfaces with ease. While they have fairly similar features, they still differ in some ways, and you might wonder why you should choose one framework over the other. This page is here to help answer that.
-
-
-
-
-
-
-
-
-
-
- Why choose Bulma
-
-
- {% include svg/bulma-b.svg %}
-
-
- {% for pro in page.bulma %}
- {%
- include content/pro.html
- type=pro.type
- icon=pro.icon
- icon_brand=pro.icon_brand
- title=pro.title
- content=pro.content
- %}
- {% endfor %}
-
-
-
-
-
- Why choose Bootstrap
-
-
- {% include svg/bootstrap-icon.svg %}
-
-
- {% for pro in page.bootstrap %}
- {%
- include content/pro.html
- type=pro.type
- icon=pro.icon
- icon_brand=pro.icon_brand
- title=pro.title
- content=pro.content
- %}
- {% endfor %}
-
-
-
-
+
+
+ Both Bulma and Bootstrap are CSS frameworks that allow developers to quickly build web interfaces with ease. While they have fairly similar features, they still differ in some ways, and you might wonder why you should choose one framework over the other. This page is here to help answer that.
+
+
+
+
+
+
+
+ Why choose Bulma
+
+
+ {% include svg/bulma-b.svg %}
+
+
+ {% for pro in page.bulma %}
+ {%
+ include content/pro.html
+ type=pro.type
+ icon=pro.icon
+ icon_brand=pro.icon_brand
+ title=pro.title
+ content=pro.content
+ %}
+ {% endfor %}
-
-
-
+
-
-
-
-
-
- Comparison table
-
-
- See which elements of the framework exist (or not) in the other
-
-
-
-
-
-
{% include svg/bulma-b.svg %}Bulma
-
{% include svg/bootstrap-icon.svg %}Bootstrap
-
-
-
-
-
{% include svg/bulma-b.svg %}Bulma
-
{% include svg/bootstrap-icon.svg %}Bootstrap
-
-
-
- {% include content/comparison.html %}
-
-
-
+
+
+ Why choose Bootstrap
+
+
+ {% include svg/bootstrap-icon.svg %}
+
+
+ {% for pro in page.bootstrap %}
+ {%
+ include content/pro.html
+ type=pro.type
+ icon=pro.icon
+ icon_brand=pro.icon_brand
+ title=pro.title
+ content=pro.content
+ %}
+ {% endfor %}
-
-
- {% include global/footer.html %}
-
-
+
+
+
+
+
+
+
+ Comparison table
+
+
+ See which elements of the framework exist (or not) in the other
+
+
+
+
+
+
{% include svg/bulma-b.svg %}Bulma
+
{% include svg/bootstrap-icon.svg %}Bootstrap
+
+
+
+
+
{% include svg/bulma-b.svg %}Bulma
+
{% include svg/bootstrap-icon.svg %}Bootstrap
+
+
+
+ {% include content/comparison.html %}
+
+
+
diff --git a/docs/backers.html b/docs/backers.html
index ff9179402..eea3d86e8 100644
--- a/docs/backers.html
+++ b/docs/backers.html
@@ -1,75 +1,53 @@
---
title: Backers via Patreon
-layout: default
+layout: more
route: backers
+breadcrumb:
+- home
+- more
+- patreon-backers
---
-{% include global/navbar.html id="BackersNavbar" %}
+
+ Website sponsors via Patreon ($300+)
+
+
+
+ {% for backer in site.data.backers["300"] reversed %}
+ {% include elements/patreon-item.html %}
+ {% endfor %}
+
+
-
-
-
-
-
-
- Backers via Patreon
-
-
- Everyone who is supporting Bulma
-
-
-
- {% include elements/carbon.html %}
-
-
-
-
-
+
+ Homepage sponsors via Patreon ($100+)
+
+
+
+ {% for backer in site.data.backers["100"] reversed %}
+ {% include elements/patreon-item.html %}
+ {% endfor %}
+
+
-
-
-
- Website sponsors via Patreon ($300+)
-
-
-
- {% for backer in site.data.backers["300"] reversed %}
- {% include elements/patreon-item.html %}
- {% endfor %}
-
-
+
+ Generous backers via Patreon ($30+)
+
+
+
+ {% for backer in site.data.backers["30"] reversed %}
+ {% include elements/patreon-item.html %}
+ {% endfor %}
+
+
-
- Homepage sponsors via Patreon ($100+)
-
-
-
- {% for backer in site.data.backers["100"] reversed %}
- {% include elements/patreon-item.html %}
- {% endfor %}
-
-
-
-
- Generous backers via Patreon ($30+)
-
-
-
- {% for backer in site.data.backers["30"] reversed %}
- {% include elements/patreon-item.html %}
- {% endfor %}
-
-
-
-
- Backers via Patreon ($10+)
-
-
-
- {% for backer in site.data.backers["10"] reversed %}
- {% include elements/patreon-item.html %}
- {% endfor %}
-
-
-
-
+
+ Backers via Patreon ($10+)
+
+
+
+ {% for backer in site.data.backers["10"] reversed %}
+ {% include elements/patreon-item.html %}
+ {% endfor %}
+
+
diff --git a/docs/bulma-start.html b/docs/bulma-start.html
index 24055c6ca..9177b1f0a 100644
--- a/docs/bulma-start.html
+++ b/docs/bulma-start.html
@@ -1,81 +1,60 @@
---
+title: "Bulma start"
fulltitle: "Bulma start: a tiny npm package to get started with Bulma"
-layout: default
+layout: more
route: bulma-start
download_url: https://github.com/jgthms/bulma-start/archive/master.zip
github_url: https://github.com/jgthms/bulma-start
npm_url: https://www.npmjs.com/package/bulma-start
+breadcrumb:
+- home
+- more
+- bulma-start
---
-{% include global/navbar.html id="BulmaStartHero" %}
-
-
-
-
-
-
-
- Bulma Start
-
-
- Tiny npm package to get started with Bulma
-
-
-
- {% include elements/carbon.html %}
-
-
+
+
+
bulma-start is a tiny npm package that includes the npmdependencies you need to build your own website with Bulma.