diff --git a/docs/_data/global.json b/docs/_data/global.json index 307a1029..b06ba4d3 100644 --- a/docs/_data/global.json +++ b/docs/_data/global.json @@ -9,7 +9,7 @@ }, { "id": "expo", - "color": "bd-has-text-star", + "color": "has-text-star", "fa_type": "fas", "fa_icon": "fa-star", "title": "Expo" diff --git a/docs/_data/links.json b/docs/_data/links.json index 832e49b0..9f0f4108 100644 --- a/docs/_data/links.json +++ b/docs/_data/links.json @@ -330,36 +330,51 @@ "expo": { "name": "Expo", "subtitle": "Official Bulma showcase", + "icon": "star", + "color": "star", "path": "/expo" }, "love": { "name": "Love", "subtitle": "Fans of Bulma around the world", + "color": "danger", + "icon": "heart", "path": "/love" }, "bulma-start": { "name": "Bulma start", "subtitle": "A tiny npm package to get started", + "icon": "rocket", + "color": "success", "path": "/bulma-start" }, "made-with-bulma": { "name": "Made with Bulma", "subtitle": "The official community badge", + "icon": "certificate", + "color": "primary", "path": "/made-with-bulma" }, "bootstrap": { "name": "Coming from Bootstrap", "subtitle": "See how Bulma is an alternative to Bootstrap", + "icon": "exchange-alt", + "color": "bootstrap", "path": "/alternative-to-bootstrap" }, "patreon-backers": { "name": "Patreon backers", "subtitle": "Everyone who is supporting Bulma", + "icon_brand": "true", + "icon": "patreon", + "color": "patreon", "path": "/backers" }, "extensions": { "name": "Bulma extensions", "subtitle": "Side projects to enhance Bulma", + "icon": "plug", + "color": "orange", "path": "/extensions" } }, diff --git a/docs/_includes/footer/boxes.html b/docs/_includes/footer/boxes.html index 624bb11d..2792869d 100644 --- a/docs/_includes/footer/boxes.html +++ b/docs/_includes/footer/boxes.html @@ -21,7 +21,7 @@