]> git.ipfire.org Git - thirdparty/bulma.git/commitdiff
Link to versions subdomain
authorJeremy Thomas <bbxdesign@gmail.com>
Sat, 14 Oct 2017 17:35:16 +0000 (18:35 +0100)
committerJeremy Thomas <bbxdesign@gmail.com>
Sat, 14 Oct 2017 17:39:17 +0000 (18:39 +0100)
docs/_includes/navbar.html
docs/_posts/2017-07-24-access-previous-bulma-versions.md
docs/versions.html [deleted file]

index 0a86027aa6c0fc6e4c6219df138c79186b849939..e6a1c229e89564ca7c85927697244fc4fef4900a 100644 (file)
@@ -65,7 +65,7 @@
               </p>
               {{#unless site.deprecated}}
                 <small>
-                  <a class="bd-view-all-versions" href="/versions">View all versions</a>
+                  <a class="bd-view-all-versions" href="http://versions.bulma.io/">View all versions</a>
                 </small>
               {{/unless}}
             </div>
index 776ba71303ba0621e6583a0ae2594bb138b43386..27b656bd06007266c49e4072d23df7985acba159 100644 (file)
@@ -1,12 +1,12 @@
 ---
 layout: post
 title: "Access previous Bulma versions"
-introduction: "It is now possible to **access previous versions** of Bulma. Just head towards: [http://bulma.io/versions/](http://bulma.io/versions/)"
+introduction: "It is now possible to **access previous versions** of Bulma. Just head towards: [http://versions.bulma.io/](http://versions.bulma.io/)"
 color: "primary"
 name: "Versions"
 icon: "undo"
 ---
 
-It is now possible to **access previous versions** of Bulma. Just head towards: [http://bulma.io/versions/](http://bulma.io/versions/)
+It is now possible to **access previous versions** of Bulma. Just head towards: [http://versions.bulma.io/](http://versions.bulma.io/)
 
-While only version [0.4.4](http://bulma.io/versions/0.4.4) is accessible now, each **new release** will remain available forever.
+While only version [0.4.4](http://versions.bulma.io/0.4.4/) is accessible now, each **new release** will remain available forever.
diff --git a/docs/versions.html b/docs/versions.html
deleted file mode 100644 (file)
index 5de1646..0000000
+++ /dev/null
@@ -1,45 +0,0 @@
----
-title: Versions
-layout: default
-route: versions
-versions:
-- 0.4.4
-- 0.5.0
-- 0.5.1
-- 0.5.2
-- 0.5.3
-- 0.6.0
----
-
-<div class="container">
-  {% include navbar.html id="VersionsHero" transparent=true boxed=true %}
-</div>
-
-<section class="hero is-halfheight">
-  <div class="hero-body">
-    <div class="container">
-      <div class="columns is-vcentered">
-        <div class="column">
-          <h1 class="title">
-            Versions
-          </h1>
-          <p class="subtitle">
-            Access previous versions of Bulma
-          </p>
-          <div class="field is-grouped is-grouped-multiline">
-            {% for version in page.versions %}
-              <div class="control">
-                <a class="button" href="{{site.url}}/versions/{{ version }}">
-                  {{ version }}
-                </a>
-              </div>
-            {% endfor %}
-          </div>
-        </div>
-        <div class="column is-narrow">
-          {% include carbon.html %}
-        </div>
-      </div>
-    </div>
-  </div>
-</section>