New docs init

This commit is contained in:
Jeremy Thomas
2018-04-09 01:12:55 +01:00
parent 740df6a0fa
commit a6b48378f8
8 changed files with 799 additions and 2236 deletions

44
docs/_data/global.json Normal file
View File

@@ -0,0 +1,44 @@
{
"more_items": [
{
"id": "bulma-start",
"color": "success",
"fa_type": "fas",
"fa_icon": "fa-rocket",
"title": "Bulma start",
"description": "A tiny npm package to get started"
},
{
"id": "made-with-bulma",
"color": "primary",
"fa_type": "fas",
"fa_icon": "fa-certificate",
"title": "Made with Bulma",
"description": "The official community badge"
},
{
"id": "alternative-to-bootstrap",
"color": "bootstrap",
"fa_type": "fas",
"fa_icon": "fa-exchange-alt",
"title": "Coming from Bootstrap",
"description": "See how Bulma is an alternative to Bootstrap"
},
{
"id": "backers",
"color": "patreon",
"fa_type": "fab",
"fa_icon": "fa-patreon",
"title": "Patreon backers",
"description": "Everyone who is supporting Bulma"
},
{
"id": "extensions",
"color": "danger",
"fa_type": "fas",
"fa_icon": "fa-plug",
"title": "Extensions",
"description": "Side projects to enhance Bulma",
}
]
}