diff --git a/docs/_config.yml b/docs/_config.yml index 0c6e5220..070b5fab 100644 --- a/docs/_config.yml +++ b/docs/_config.yml @@ -9,8 +9,3 @@ markdown: kramdown 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 diff --git a/docs/_data/meta.json b/docs/_data/meta.json index 7f4d64c9..0f324f55 100644 --- a/docs/_data/meta.json +++ b/docs/_data/meta.json @@ -2,11 +2,11 @@ "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", diff --git a/docs/_includes/components/links.html b/docs/_includes/components/links.html index 5af55404..65908fe9 100644 --- a/docs/_includes/components/links.html +++ b/docs/_includes/components/links.html @@ -13,10 +13,9 @@ {% 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 diff --git a/docs/_includes/elements/link.html b/docs/_includes/elements/link.html index a5ca7a1c..20fb60be 100644 --- a/docs/_includes/elements/link.html +++ b/docs/_includes/elements/link.html @@ -1,4 +1,4 @@ - + {% if include.surtitle %}

- Bulma {{ site.data.meta.version }} is out! + Bulma {{ site.data.meta.version }} is out! With RTL support and spacing helpers.

Release notes diff --git a/docs/_layouts/default.html b/docs/_layouts/default.html index b396b5ff..032b5845 100644 --- a/docs/_layouts/default.html +++ b/docs/_layouts/default.html @@ -7,6 +7,7 @@ + {% include global/notice.html %} {% include global/deprecated.html %} {{ content }} {% include global/footer.html %} diff --git a/docs/blog.html b/docs/blog.html index eae31511..fc595cf4 100644 --- a/docs/blog.html +++ b/docs/blog.html @@ -42,7 +42,7 @@ breadcrumb: {% 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 diff --git a/docs/more.html b/docs/more.html index 097a9d00..12392d0d 100644 --- a/docs/more.html +++ b/docs/more.html @@ -33,10 +33,9 @@ breadcrumb: