diff --git a/docs/.babelrc b/docs/.babelrc new file mode 100644 index 00000000..407be5ac --- /dev/null +++ b/docs/.babelrc @@ -0,0 +1,3 @@ +{ + "presets": ["es2015-ie"] +} diff --git a/docs/.gitignore b/docs/.gitignore index fb0aa0fd..fd2468e6 100644 --- a/docs/.gitignore +++ b/docs/.gitignore @@ -9,7 +9,6 @@ npm-debug.log # Folders .sass-cache -/_sass /bulma /fontawesome /styles/node_modules diff --git a/docs/_config.yml b/docs/_config.yml index 6e12e147..f310db96 100644 --- a/docs/_config.yml +++ b/docs/_config.yml @@ -9,11 +9,13 @@ markdown: kramdown permalink: pretty url: http://bulma.io fontawesome: https://maxcdn.bootstrapcdn.com/font-awesome/4.6.3/css/font-awesome.min.css +exclude: ['fontawesome', 'node_modules', 'templates', '.babelrc', 'bulma-docs.sass', 'docker-compose.yml', 'package.json', 'yarn.lock'] # Variables documentation: "/documentation/overview/start/" download: https://github.com/jgthms/bulma/archive/0.4.2.zip github: https://github.com/jgthms/bulma +twitter: https://twitter.com/jgthms version: 0.4.2 vernum: 42 diff --git a/docs/_includes/blog-hero.html b/docs/_includes/blog-hero.html index 0dc4fd6e..d611cc65 100644 --- a/docs/_includes/blog-hero.html +++ b/docs/_includes/blog-hero.html @@ -1,5 +1,5 @@
- {% include header.html %} + {% include navbar.html id="BlogHero" %}
diff --git a/docs/_includes/bp/desktop.html b/docs/_includes/bp/desktop.html new file mode 100644 index 00000000..4a70a0d2 --- /dev/null +++ b/docs/_includes/bp/desktop.html @@ -0,0 +1 @@ +>= 1000px diff --git a/docs/_includes/bp/touch.html b/docs/_includes/bp/touch.html new file mode 100644 index 00000000..abef7d34 --- /dev/null +++ b/docs/_includes/bp/touch.html @@ -0,0 +1 @@ +< 1000px diff --git a/docs/_includes/footer.html b/docs/_includes/footer.html index 391bf483..48cbf84c 100644 --- a/docs/_includes/footer.html +++ b/docs/_includes/footer.html @@ -48,7 +48,7 @@
Bulma by Jeremy Thomas.
@@ -104,9 +104,16 @@ + + + +{% if page.route == 'index' %} + +{% endif %} +
- - - - - -{% if page.route == 'index' %} - -{% endif %} - - -