]> git.ipfire.org Git - thirdparty/bulma.git/commitdiff
Launch 0.9.0
authorJeremy Thomas <bbxdesign@gmail.com>
Sun, 7 Jun 2020 13:15:06 +0000 (14:15 +0100)
committerJeremy Thomas <bbxdesign@gmail.com>
Sun, 7 Jun 2020 13:15:06 +0000 (14:15 +0100)
docs/_config.yml
docs/_data/meta.json
docs/_includes/components/links.html
docs/_includes/elements/link.html
docs/_includes/global/notice.html
docs/_layouts/default.html
docs/blog.html
docs/more.html

index 0c6e5220921bf0aa727a76ecbd1e5081b341fc11..070b5fab05f26d58248b7af7b966a60c84b67a7e 100644 (file)
@@ -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
index 7f4d64c919150c4deeb51cbdb52d6ce1804b35f5..0f324f5528c973f6b3d3fc1f4117bc68228c95af 100644 (file)
@@ -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",
index 5af554040a06399d8c1f810ff4fa5d5f35a6d56d..65908fe98e152a9579619c4fcfcf27019fe2d284 100644 (file)
       {% 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
index a5ca7a1c4ad993eaf8e3ea7ce7e17fbace2f79d0..20fb60bee1e9bf4bb0127228a1b27f0fda0b4d3e 100644 (file)
@@ -1,4 +1,4 @@
-<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 }}
index 7ac040df42b6c680d558d7ca8fa040dd17b9c52b..e48eead9eb84dc96e16ade241c03015557ebcfd8 100644 (file)
@@ -2,7 +2,7 @@
   <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>
index b396b5ff3569ad88d2dc2ebb5d384e8782276cab..032b584584d88b7db5922956391b499503c0633d 100644 (file)
@@ -7,6 +7,7 @@
   <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 %}
index eae31511d3d2cc51e242ff047e721810f8fa97a2..fc595cf42b70d5a28b56b7ece10d13136f061da4 100644 (file)
@@ -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
index 097a9d00417b15f1a806d2b996ff1b19f27a8978..12392d0dc3a77b443e977123c67576b24069c93b 100644 (file)
@@ -33,10 +33,9 @@ breadcrumb:
           <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