|
@@ -10,9 +10,9 @@ icon: "star"
|
|
|
The Bulma website has been widely redesigned! There's been a lot of work, to say the least:
|
|
|
|
|
|
<figure>
|
|
|
- <img src="/images/blog/v7/files.png" alt="files" width="312" height="37">
|
|
|
+ <img src="{{ site.url }}/images/blog/v7/files.png" alt="files" width="312" height="37">
|
|
|
<br>
|
|
|
- <img src="/images/blog/v7/diff.png" alt="diff" width="167" height="38">
|
|
|
+ <img src="{{ site.url }}/images/blog/v7/diff.png" alt="diff" width="167" height="38">
|
|
|
</figure>
|
|
|
|
|
|
Just see for yourself!
|
|
@@ -20,14 +20,14 @@ Just see for yourself!
|
|
|
<div class="columns">
|
|
|
<div class="column">
|
|
|
<p class="has-text-centered has-text-grey-light">Before</p>
|
|
|
- <a href="/images/blog/v7/before.png">
|
|
|
- <img src="/images/blog/v7/before.png" alt="v7 website" width="1400" height="1200">
|
|
|
+ <a href="{{ site.url }}/images/blog/v7/before.png">
|
|
|
+ <img src="{{ site.url }}/images/blog/v7/before.png" alt="v7 website" width="1400" height="1200">
|
|
|
</a>
|
|
|
</div>
|
|
|
<div class="column">
|
|
|
<p class="has-text-centered has-text-grey-light">After</p>
|
|
|
- <a href="/images/blog/v7/after.png">
|
|
|
- <img src="/images/blog/v7/after.png" alt="v7 website" width="1400" height="1200">
|
|
|
+ <a href="{{ site.url }}/images/blog/v7/after.png">
|
|
|
+ <img src="{{ site.url }}/images/blog/v7/after.png" alt="v7 website" width="1400" height="1200">
|
|
|
</a>
|
|
|
</div>
|
|
|
</div>
|
|
@@ -37,8 +37,8 @@ Just see for yourself!
|
|
|
The **navbar** has been updated with a lighter markup and cleaner design:
|
|
|
|
|
|
<figure>
|
|
|
- <a href="/images/blog/v7/navbar.png">
|
|
|
- <img src="/images/blog/v7/navbar.png" alt="navbar" width="1080" height="84">
|
|
|
+ <a href="{{ site.url }}/images/blog/v7/navbar.png">
|
|
|
+ <img src="{{ site.url }}/images/blog/v7/navbar.png" alt="navbar" width="1080" height="84">
|
|
|
</a>
|
|
|
</figure>
|
|
|
|
|
@@ -49,16 +49,16 @@ This doesn't affect the current navbars. There's actually a new modifier called
|
|
|
On the homepage, there's a new [**customization** section with a live example](/#customize):
|
|
|
|
|
|
<figure>
|
|
|
- <a href="/#customize">
|
|
|
- <img src="/images/blog/v7/customize.png" alt="customize" width="492" height="582">
|
|
|
+ <a href="{{ site.url }}/#customize">
|
|
|
+ <img src="{{ site.url }}/images/blog/v7/customize.png" alt="customize" width="492" height="582">
|
|
|
</a>
|
|
|
</figure>
|
|
|
|
|
|
{% include elements/anchor.html name="Breadcrumb" %}
|
|
|
|
|
|
<figure>
|
|
|
- <a href="/images/blog/v7/breadcrumb.png">
|
|
|
- <img src="/images/blog/v7/breadcrumb.png" alt="breadcrumb" width="422" height="24">
|
|
|
+ <a href="{{ site.url }}/images/blog/v7/breadcrumb.png">
|
|
|
+ <img src="{{ site.url }}/images/blog/v7/breadcrumb.png" alt="breadcrumb" width="422" height="24">
|
|
|
</a>
|
|
|
</figure>
|
|
|
|
|
@@ -80,8 +80,8 @@ This has led to the creation of new **intermediate pages**:
|
|
|
These intermediate pages have new **link boxes** that help dive into each sub-category:
|
|
|
|
|
|
<figure>
|
|
|
- <a href="/images/blog/v7/links.png">
|
|
|
- <img src="/images/blog/v7/links.png" alt="footer links" width="664" height="468">
|
|
|
+ <a href="{{ site.url }}/images/blog/v7/links.png">
|
|
|
+ <img src="{{ site.url }}/images/blog/v7/links.png" alt="footer links" width="664" height="468">
|
|
|
</a>
|
|
|
</figure>
|
|
|
|
|
@@ -90,16 +90,16 @@ These intermediate pages have new **link boxes** that help dive into each sub-ca
|
|
|
Next to the breadcrumb, you can easily navigate to the **sibling** pages with the **previous** and **next** links:
|
|
|
|
|
|
<figure>
|
|
|
- <a href="/images/blog/v7/prevnext.png">
|
|
|
- <img src="/images/blog/v7/prevnext.png" alt="prevnext buttons" width="48" height="24">
|
|
|
+ <a href="{{ site.url }}/images/blog/v7/prevnext.png">
|
|
|
+ <img src="{{ site.url }}/images/blog/v7/prevnext.png" alt="prevnext buttons" width="48" height="24">
|
|
|
</a>
|
|
|
</figure>
|
|
|
|
|
|
These links are also available at the bottom:
|
|
|
|
|
|
<figure>
|
|
|
- <a href="/images/blog/v7/prevnextbis.png">
|
|
|
- <img src="/images/blog/v7/prevnextbis.png" alt="prevnextbis buttons" width="664" height="58">
|
|
|
+ <a href="{{ site.url }}/images/blog/v7/prevnextbis.png">
|
|
|
+ <img src="{{ site.url }}/images/blog/v7/prevnextbis.png" alt="prevnextbis buttons" width="664" height="58">
|
|
|
</a>
|
|
|
</figure>
|
|
|
|
|
@@ -108,8 +108,8 @@ These links are also available at the bottom:
|
|
|
There's a new **sidebar** including a navigation menu with all the categories and sub-categories:
|
|
|
|
|
|
<figure>
|
|
|
- <a href="/images/blog/v7/categories.png">
|
|
|
- <img src="/images/blog/v7/categories.png" alt="categories menu" width="256" height="397">
|
|
|
+ <a href="{{ site.url }}/images/blog/v7/categories.png">
|
|
|
+ <img src="{{ site.url }}/images/blog/v7/categories.png" alt="categories menu" width="256" height="397">
|
|
|
</a>
|
|
|
</figure>
|
|
|
|
|
@@ -118,8 +118,8 @@ There's a new **sidebar** including a navigation menu with all the categories an
|
|
|
On some pages below the categories, you'll find a new menu called "On this page" which is actually a **scroll spy**:
|
|
|
|
|
|
<figure>
|
|
|
- <a href="/images/blog/v7/scrollspy.png">
|
|
|
- <img src="/images/blog/v7/scrollspy.png" alt="scrollspy menu" width="199" height="341">
|
|
|
+ <a href="{{ site.url }}/images/blog/v7/scrollspy.png">
|
|
|
+ <img src="{{ site.url }}/images/blog/v7/scrollspy.png" alt="scrollspy menu" width="199" height="341">
|
|
|
</a>
|
|
|
</figure>
|
|
|
|
|
@@ -128,8 +128,8 @@ On some pages below the categories, you'll find a new menu called "On this page"
|
|
|
The footer has been redesigned as well. Among other things, there's a **sitemap** available:
|
|
|
|
|
|
<figure>
|
|
|
- <a href="/images/blog/v7/footer.png">
|
|
|
- <img src="/images/blog/v7/footer.png" alt="footer links" width="984" height="302">
|
|
|
+ <a href="{{ site.url }}/images/blog/v7/footer.png">
|
|
|
+ <img src="{{ site.url }}/images/blog/v7/footer.png" alt="footer links" width="984" height="302">
|
|
|
</a>
|
|
|
</figure>
|
|
|
|