Scrimba init

This commit is contained in:
Jeremy Thomas
2018-05-24 00:01:38 +02:00
parent 48c52b11d1
commit 82dbb8c8e1
9 changed files with 118 additions and 1 deletions

View File

@@ -1,5 +1,12 @@
{
"navbar_items": [
{
"id": "videos",
"color": "has-text-success",
"fa_type": "fas",
"fa_icon": "fa-play-circle",
"title": "Videos"
},
{
"id": "blog",
"color": "bd-has-text-rss",

View File

@@ -435,6 +435,10 @@
"icon": "folder",
"path": "/documentation/components/tabs"
},
"videos": {
"name": "Videos",
"path": "/videos"
},
"blog": {
"name": "Blog",
"path": "/blog"

View File

@@ -8,5 +8,6 @@
"version": "0.7.1",
"book_url": "https://bleedingedgepress.com/creating-interfaces-bulma/",
"book_amazon": "https://www.amazon.com/Creating-Interfaces-Bulma-Jeremy-Thomas-ebook/dp/B079M1BJG4/",
"book_sample": "http://www.bleedingedgepress.com/book_excerpts/01E9D1/creating_interfaces_with_bulma_sample.pdf"
"book_sample": "http://www.bleedingedgepress.com/book_excerpts/01E9D1/creating_interfaces_with_bulma_sample.pdf",
"scrimba_url": "https://scrimba.com/g/gbulma"
}