permalink: pretty
url: https://bulma.io
exclude: ['icons', 'node_modules', 'templates', '.babelrc', 'bulma-docs.sass', 'docker-compose.yml', 'package.json', 'yarn.lock']
-
-# Variables
-
-download: https://github.com/jgthms/bulma/releases/download/0.7.0/bulma-0.7.0.zip
-version: 0.7.0
"title": "Bulma: Free, open source, and modern CSS framework based on Flexbox",
"description": "Bulma is a free, open source CSS framework based on Flexbox and built with Sass. It's 100% responsive, fully modular, and available for free.",
"documentation": "/documentation",
- "download": "https://github.com/jgthms/bulma/releases/download/0.8.2/bulma-0.8.2.zip",
- "release_notes": "https://github.com/jgthms/bulma/releases/tag/0.8.2",
+ "download": "https://github.com/jgthms/bulma/releases/download/0.9.0/bulma-0.9.0.zip",
+ "release_notes": "https://github.com/jgthms/bulma/releases/tag/0.9.0",
"github": "https://github.com/jgthms/bulma",
"twitter": "https://twitter.com/jgthms",
- "version": "0.8.2",
+ "version": "0.9.0",
"book_url": "https://bleedingedgepress.com/creating-interfaces-bulma/",
"book_amazon": "https://www.amazon.com/Creating-Interfaces-Bulma-Jeremy-Thomas-ebook/dp/B079M1BJG4/",
"book_sample": "http://www.bleedingedgepress.com/book_excerpts/01E9D1/creating_interfaces_with_bulma_sample.pdf",
{% assign thingy = link_id[0] %}
{% assign link = site.data.links.by_id[thingy] %}
{% endif %}
- {% assign link_url = site.url | append: link.path %}
{%
include elements/link.html
- url=link_url
+ path=link.path
color=link.color
icon_brand=link.icon_brand
icon_regular=link.icon_regular
-<a class="bd-link" href="{{ site.url }}{{ include.url }}">
+<a class="bd-link" href="{{ site.url }}{{ include.path }}">
{% if include.surtitle %}
<p class="bd-link-surtitle">
{{ include.surtitle }}
<div class="container">
<div class="bd-notice-body">
<p>
- Bulma <strong>{{ site.data.meta.version }}</strong> is out!
+ Bulma <strong>{{ site.data.meta.version }}</strong> is out! With <strong>RTL support</strong> and <a href="{{ site.url }}/documentation/helpers/spacing-helpers/"><strong>spacing helpers</strong></a>.
</p>
<p>
<a target="_blank" href="{{ site.data.meta.release_notes }}">Release notes</a>
<body
class="layout-{{ page.layout }}{% if page.doc-tab %} page-{{ page.doc-tab}}{% endif %}"
>
+ {% include global/notice.html %}
{% include global/deprecated.html %}
{{ content }}
{% include global/footer.html %}
{% assign more = post.introduction | markdownify | strip_html %}
{%
include elements/link.html
- url=post.url
+ path=post.url
color=post.color
icon_brand=post.icon_brand
icon_regular=post.icon_regular
<div class="bd-links">
{% for link_id in site.data.links.more %}
{% assign link = site.data.links.by_id[link_id] %}
- {% assign link_url = site.url | append: link.path %}
{%
include elements/link.html
- url=link_url
+ path=link.path
color=link.color
icon_brand=link.icon_brand
icon_regular=link.icon_regular