mirror of
https://github.com/jgthms/bulma
synced 2026-03-20 12:24:28 -07:00
Add main layout
This commit is contained in:
@@ -1,4 +1,41 @@
|
||||
{
|
||||
"navbar_items": [
|
||||
{
|
||||
"id": "templates",
|
||||
"color": "has-text-info",
|
||||
"fa_type": "fas",
|
||||
"fa_icon": "fa-code",
|
||||
"title": "Templates"
|
||||
},
|
||||
{
|
||||
"id": "videos",
|
||||
"color": "has-text-success",
|
||||
"fa_type": "fas",
|
||||
"fa_icon": "fa-play-circle",
|
||||
"title": "Videos"
|
||||
},
|
||||
{
|
||||
"id": "blog",
|
||||
"color": "bd-has-text-rss",
|
||||
"fa_type": "fas",
|
||||
"fa_icon": "fa-rss",
|
||||
"title": "Blog"
|
||||
},
|
||||
{
|
||||
"id": "expo",
|
||||
"color": "bd-has-text-star",
|
||||
"fa_type": "fas",
|
||||
"fa_icon": "fa-star",
|
||||
"title": "Expo"
|
||||
},
|
||||
{
|
||||
"id": "love",
|
||||
"color": "has-text-danger",
|
||||
"fa_type": "fas",
|
||||
"fa_icon": "fa-heart",
|
||||
"title": "Love"
|
||||
}
|
||||
],
|
||||
"more_items": [
|
||||
{
|
||||
"id": "bulma-start",
|
||||
|
||||
Reference in New Issue
Block a user