- {{ page.title }} -
- --
+ {{ page.title }} +
++ {{ page.date | date_to_string }} +
+The .control
element has been a very versatile co
color: "success"
name: "Field element"
icon: "square"
+icon_regular: true
---
**TL;DR: there's a new `.field` container, and `.control` has been re-purposed.**
diff --git a/docs/_posts/2017-08-03-list-of-tags.md b/docs/_posts/2017-08-03-list-of-tags.md
index 4806fb49..88794dcc 100644
--- a/docs/_posts/2017-08-03-list-of-tags.md
+++ b/docs/_posts/2017-08-03-list-of-tags.md
@@ -2,7 +2,7 @@
layout: post
title: "New feature: list of tags"
introduction: "What's better than one tag? Multiple tags!"
-color: "orange"
+color: "success"
name: "List of tags"
icon: "tag"
---
@@ -17,4 +17,4 @@ A tag rarely comes on its own though, so Bulma now supports [list of tags](/docu
-As a **bonus**, there is also a [delete tag](/documentation/elements/tag/#combinations) available!
\ No newline at end of file
+As a **bonus**, there is also a [delete tag](/documentation/elements/tag/#combinations) available!
diff --git a/docs/_posts/2017-10-09-roses-are-red-links-are-blue.md b/docs/_posts/2017-10-09-roses-are-red-links-are-blue.md
index 2e3afbc8..223e7852 100644
--- a/docs/_posts/2017-10-09-roses-are-red-links-are-blue.md
+++ b/docs/_posts/2017-10-09-roses-are-red-links-are-blue.md
@@ -3,8 +3,8 @@ layout: post
title: "Roses are red – Links are blue"
introduction: "What's better than one tag? Multiple tags!"
color: "link"
-name: "Roses are red
Links are blue"
-icon: "tag"
+name: "Roses are red and links are blue"
+icon: "link"
---
By default, a browser will display links in blue. Bulma has up until now used the `$primary` color as the `$link` color:
@@ -89,4 +89,4 @@ If you want to use the `$primary` color for your links, just **customize** your
$link: $primary !default
$link-invert: $primary-invert !default
$link-focus-border: $primary !default
-```
\ No newline at end of file
+```
diff --git a/docs/_posts/2017-11-14-bulma-is-on-patreon.md b/docs/_posts/2017-11-14-bulma-is-on-patreon.md
index b57b61ef..6c75c269 100644
--- a/docs/_posts/2017-11-14-bulma-is-on-patreon.md
+++ b/docs/_posts/2017-11-14-bulma-is-on-patreon.md
@@ -2,7 +2,7 @@
title: "Bulma is on Patreon!"
layout: post
introduction: "Support Bulma's future"
-color: "primary"
+color: "patreon"
name: "Bulma on Patreon"
icon: "patreon"
icon_brand: true
diff --git a/docs/_posts/2018-01-18-bulma-supports-font-awesome-5.md b/docs/_posts/2018-01-18-bulma-supports-font-awesome-5.md
index cf4ca5cb..59ad057c 100644
--- a/docs/_posts/2018-01-18-bulma-supports-font-awesome-5.md
+++ b/docs/_posts/2018-01-18-bulma-supports-font-awesome-5.md
@@ -4,7 +4,7 @@ layout: post
introduction: "No change required!"
color: "info"
name: "Font Awesome 5"
-icon: "font-awesome-alt"
+icon: "font-awesome"
icon_brand: true
---
diff --git a/docs/_sass/specific.sass b/docs/_sass/specific.sass
index f557a5f0..89bbf036 100644
--- a/docs/_sass/specific.sass
+++ b/docs/_sass/specific.sass
@@ -11,16 +11,29 @@
font-weight: $weight-semibold
&:hover
background-color: $white-bis
+ &.bd-is-post
+ padding-left: 5rem
.bd-link-name
+ line-height: 1.25
+ margin-bottom: 0.25em
position: relative
+
+.bd-link-counter
+ color: $link
+ counter-increment: bd-links
+ font-weight: $weight-normal
+ position: absolute
+ right: calc(100% + 0.625em)
&::before
- color: $link
- counter-increment: bd-links
content: counter(bd-links)
- font-weight: $weight-normal
- position: absolute
- right: calc(100% + 0.625em)
+
+.bd-link-icon
+ font-size: 2rem
+ position: absolute
+ right: calc(100% + 0.5em)
+ text-align: center
+ width: 1.5em
+desktop
.bd-links
@@ -162,83 +175,11 @@ $navbar-items: ("documentation": $primary, "templates": $info, "videos": $succes
.has-text-orange
color: $orange !important
-.bd-article-image
- background-color: $primary
- display: block
- height: 240px
- margin-left: auto
- margin-right: auto
- overflow: hidden
- position: relative
- text-align: center
- @each $name, $pair in $colors
- $color: nth($pair, 1)
- &.is-#{$name}
- background-color: $color
- &.is-bootstrap
- background-color: $bootstrap
- &.is-orange
- background-color: $orange
- &:hover
- .bd-article-overlay
- opacity: 0.25
- .bd-article-icon
- transform: scale(1.4)
- .bd-article-date
- transform: scale(0.9)
- .bd-article-title
- transform: scale(1.1)
- &.is-single
- margin-bottom: 2rem
- width: 100%
- &.is-share
- height: 315px
- margin: 2rem auto
- width: 600px
+.has-text-bootstrap
+ color: $bootstrap !important
-.bd-article-overlay
- +overlay
- background-color: $black
- opacity: 0
- transition-duration: $speed
- transition-property: opacity
- transition-timing-function: $easing
-
-.bd-article-icon,
-.bd-article-info
- +overlay
- align-items: center
- display: flex
- justify-content: center
-
-.bd-article-icon,
-.bd-article-date,
-.bd-article-title
- transition-duration: $speed
- transition-property: transform
- transition-timing-function: $easing
-
-.bd-article-icon
- color: $black
- font-size: 56px
- opacity: 0.25
- & > span
- display: block
-
-.bd-article-info
- padding: 20px
-
-.bd-article-date
- color: rgba(#000, 0.5)
- display: block
-
-.bd-article-title
- color: $white
- display: block
- font-size: 2.5rem
- font-weight: $weight-bold
- line-height: 1.25
- padding: 0 20px
+.has-text-patreon
+ color: $patreon !important
.bd-emoji
margin-right: 0.5em
diff --git a/docs/blog.html b/docs/blog.html
index e4cd4136..fe865409 100644
--- a/docs/blog.html
+++ b/docs/blog.html
@@ -1,33 +1,58 @@
---
layout: default
route: blog
+breadcrumb:
+- home
+- blog
---
-{% include blog-hero.html %}
+{% include navbar.html id="Blog" %}
-