Bulma v9 website (#3249)

* Add Bulma v9

* Add vendor dependencies

* Fix native

* Fix sponsors

* Add style attribute
This commit is contained in:
Jeremy Thomas
2021-01-27 23:30:42 +00:00
committed by GitHub
parent c5edaea84f
commit 08ef4df2c0
1963 changed files with 157468 additions and 9452 deletions

View File

@@ -9,6 +9,19 @@
"subtitle": "Everything you need to <strong>create a website</strong> with Bulma",
"path": "/documentation"
},
"become-sponsor": {
"name": "Become a Bulma sponsor",
"subtitle": "Sponsor Bulma and Open Source via <a href=\"https://www.patreon.com/jgthms\" target=\"_blank\">Patreon</a> and <a href=\"https://github.com/sponsors/jgthms\" target=\"_blank\">GitHub</a>",
"path": "/become-a-bulma-sponsor"
},
"bulma-book": {
"name": "The official Bulma book",
"title": "Book",
"subtitle": "A step-by-step guide that teaches you how to build a web interface from scratch using Bulma",
"icon": "bookmark",
"color": "bleeding",
"path": "/the-official-bulma-book"
},
"overview": {
"name": "Overview",
"subtitle": "An overview of what Bulma as a <strong>framework</strong> is all about",
@@ -190,7 +203,6 @@
},
"helpers-spacing": {
"name": "Spacing",
"new": true,
"subtitle": "Change the <strong>size</strong> and <strong>color</strong> of the text for one or multiple viewport width",
"color": "grey-dark",
"icon": "arrows-alt-h",
@@ -205,7 +217,6 @@
},
"helpers-flexbox": {
"name": "Flexbox",
"new": true,
"subtitle": "Helpers for all <strong>Flexbox</strong> properties",
"color": "primary",
"icon": "ellipsis-h",
@@ -556,7 +567,7 @@
"name": "Blog",
"title": "Blog",
"subtitle": "Stay updated with new features",
"color": "orange",
"color": "rss",
"icon": "rss",
"path": "/blog"
},
@@ -565,26 +576,26 @@
"title": "Expo",
"subtitle": "Official Bulma showcase",
"icon": "star",
"color": "star",
"color": "expo",
"path": "/expo"
},
"love": {
"name": "Love",
"title": "Love",
"subtitle": "Fans of Bulma around the world",
"color": "danger",
"color": "love",
"icon": "heart",
"path": "/love"
},
"backers": {
"id": "backers",
"name": "Patreon and GitHub Backers",
"name": "Backers",
"title": "Backers",
"color": "patreon",
"icon": "patreon",
"path": "/backers",
"icon_brand": true,
"subtitle": "Everyone who is supporting Bulma",
"subtitle": "Everyone who is supporting Bulma via Patreon and GitHub",
"description": "Everyone who is supporting Bulma"
},
"more": {
@@ -593,6 +604,7 @@
},
"bulma-start": {
"name": "Bulma start",
"title": "Start",
"subtitle": "A tiny npm package to get started",
"icon": "rocket",
"color": "success",
@@ -600,9 +612,10 @@
},
"made-with-bulma": {
"name": "Made with Bulma",
"title": "Badge",
"subtitle": "The official community badge",
"icon": "certificate",
"color": "primary",
"color": "warning",
"path": "/made-with-bulma"
},
"bootstrap": {
@@ -622,34 +635,116 @@
},
"extensions": {
"name": "Bulma extensions",
"title": "Extensions",
"subtitle": "Side projects to enhance Bulma",
"icon": "plug",
"color": "orange",
"color": "extensions",
"path": "/extensions"
}
},
"navbar": [
"videos",
"expo",
"love",
"backers"
"navbar": ["videos", "expo", "love", "backers"],
"navbarMore": [
"extensions",
"bulma-book",
"blog",
"bulma-start",
"made-with-bulma"
],
"more": [
"backers",
"blog",
"made-with-bulma",
"bootstrap",
"extensions",
"bulma-start"
"bulma-book",
"blog",
"bulma-start",
"made-with-bulma",
"bootstrap"
],
"categoryIds": [
"overview",
"customize",
"columns",
"elements",
"components",
"form",
"layout",
"helpers"
],
"categories": {
"overview": ["overview-start", "overview-classes", "overview-modifiers", "overview-modular", "overview-responsiveness", "overview-colors", "overview-functions", "overview-mixins"],
"customize": ["customize-concepts", "customize-variables", "customize-node-sass", "customize-sass-cli", "customize-webpack"],
"helpers": ["helpers-color", "helpers-spacing", "helpers-typography", "helpers-visibility", "helpers-flexbox", "helpers-other"],
"columns": ["columns-basics", "columns-sizes", "columns-responsiveness", "columns-nesting", "columns-gap", "columns-options"],
"layout": ["layout-container", "layout-level", "layout-media", "layout-hero", "layout-section", "layout-footer", "layout-tiles"],
"form": ["form-general", "form-input", "form-textarea", "form-select", "form-checkbox", "form-radio", "form-file"],
"elements": ["elements-block", "elements-box", "elements-button", "elements-content", "elements-delete", "elements-icon", "elements-image", "elements-notification", "elements-progress", "elements-table", "elements-tag", "elements-title"],
"components": ["components-breadcrumb", "components-card", "components-dropdown", "components-menu", "components-message", "components-modal", "components-navbar", "components-pagination", "components-panel", "components-tabs"]
"overview": [
"overview-start",
"overview-classes",
"overview-modifiers",
"overview-modular",
"overview-responsiveness",
"overview-colors",
"overview-functions",
"overview-mixins"
],
"customize": [
"customize-concepts",
"customize-variables",
"customize-node-sass",
"customize-sass-cli",
"customize-webpack"
],
"helpers": [
"helpers-color",
"helpers-spacing",
"helpers-typography",
"helpers-visibility",
"helpers-flexbox",
"helpers-other"
],
"columns": [
"columns-basics",
"columns-sizes",
"columns-responsiveness",
"columns-nesting",
"columns-gap",
"columns-options"
],
"layout": [
"layout-container",
"layout-level",
"layout-media",
"layout-hero",
"layout-section",
"layout-footer",
"layout-tiles"
],
"form": [
"form-general",
"form-input",
"form-textarea",
"form-select",
"form-checkbox",
"form-radio",
"form-file"
],
"elements": [
"elements-block",
"elements-box",
"elements-button",
"elements-content",
"elements-delete",
"elements-icon",
"elements-image",
"elements-notification",
"elements-progress",
"elements-table",
"elements-tag",
"elements-title"
],
"components": [
"components-breadcrumb",
"components-card",
"components-dropdown",
"components-menu",
"components-message",
"components-modal",
"components-navbar",
"components-pagination",
"components-panel",
"components-tabs"
]
}
}