1
@@ -22,9 +39,7 @@ doc-subtab: startUse NPM (recommended):
-{% highlight bash %} -npm install bulma -{% endhighlight %} + {% highlight bash %}npm install bulma{% endhighlight %}diff --git a/docs/_config.yml b/docs/_config.yml index 7bb09936..e3bf7fec 100644 --- a/docs/_config.yml +++ b/docs/_config.yml @@ -8,7 +8,7 @@ description: "Bulma is an open source CSS framework based on Flexbox and built markdown: kramdown permalink: pretty url: http://bulma.io -fontawesome: https://maxcdn.bootstrapcdn.com/font-awesome/4.6.3/css/font-awesome.min.css +fontawesome: https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css exclude: ['fontawesome', 'node_modules', 'templates', '.babelrc', 'bulma-docs.sass', 'docker-compose.yml', 'package.json', 'yarn.lock'] # Variables diff --git a/docs/_includes/getting-started.html b/docs/_includes/getting-started.html new file mode 100644 index 00000000..5e08d4c2 --- /dev/null +++ b/docs/_includes/getting-started.html @@ -0,0 +1,21 @@ + + +
+ ++ My first website with Bulma! +
++ There are several ways to get started with Bulma. You can either: +
+1
@@ -22,9 +39,7 @@ doc-subtab: startUse NPM (recommended):
-{% highlight bash %} -npm install bulma -{% endhighlight %} + {% highlight bash %}npm install bulma{% endhighlight %}+ If you want to get started right away, you can use this HTML starter template. Just copy/paste this code in a file and save it on your computer. +
+