bulma/docs/_data/global.json

91 lines
2.0 KiB
JSON
Raw Normal View History

2018-04-09 00:12:55 +00:00
{
2018-04-09 09:35:44 +00:00
"navbar_items": [
2018-05-23 22:01:38 +00:00
{
"id": "videos",
"color": "has-text-success",
"fa_type": "fas",
"fa_icon": "fa-play-circle",
"title": "Videos"
},
2018-04-09 09:35:44 +00:00
{
"id": "expo",
2018-04-10 17:22:04 +00:00
"color": "has-text-star",
2018-04-09 09:35:44 +00:00
"fa_type": "fas",
"fa_icon": "fa-star",
"title": "Expo"
},
{
"id": "love",
"color": "has-text-danger",
"fa_type": "fas",
"fa_icon": "fa-heart",
"title": "Love"
2019-09-01 23:53:07 +00:00
},
{
"id": "blog",
"color": "bd-has-text-rss",
"fa_type": "fas",
"fa_icon": "fa-rss",
"title": "Blog"
2018-04-09 09:35:44 +00:00
}
],
2018-09-04 13:24:50 +00:00
"other_items": [
{
"id": "templates",
"color": "has-text-info",
"fa_type": "fas",
"fa_icon": "fa-code",
"title": "Templates"
},
{
"id": "recipes",
"color": "has-text-purple",
"fa_type": "fas",
"fa_icon": "fa-utensils",
"title": "Recipes"
},
],
2018-04-09 00:12:55 +00:00
"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",
2020-01-20 07:49:27 +00:00
"title": "Patreon and GitHub backers",
2018-04-09 00:12:55 +00:00
"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",
}
]
}