Skip to content

Commit 29b89d8

Browse files
committed
Update files generated by Jekyll
After making the changes in the previous commit, I updated the version of Bulma used on the site as well from 0.7.1 to 0.8.2 and then I ran `jekyll server` to generate these changes.
1 parent 1bb69bc commit 29b89d8

10 files changed

+1085
-6850
lines changed

_layouts/default.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<meta name="viewport" content="width=device-width, initial-scale=1">
77

88
<link rel="stylesheet" href="{{ site.fontawesome }}">
9-
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/bulma/0.7.1/css/bulma.min.css">
9+
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/bulma/0.8.2/css/bulma.min.css">
1010
<link rel="stylesheet" href="https://bulma.io/css/bulma-docs.min.css?v=201805241550">
1111
<link rel="stylesheet" href="documentation.css">
1212

_site/README.md

+10-6
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ Original written by [aramvisser](https://github.com/aramvisser) over at [his ori
1111

1212
[Usage & Examples](https://octoshrimpy.github.io/bulma-o-steps)
1313

14-
I'm trying to keep this working with the latest available Bulma version.
15-
Currently tracking: **bulma v0.7.1**. Other versions _should_ work, but no promises.
14+
I'm trying to keep this working with the latest available Bulma version.
15+
Currently tracking: **bulma v0.8.2**. Other versions _should_ work, but no promises.
1616

1717
## Installation
1818

@@ -23,20 +23,24 @@ Currently tracking: **bulma v0.7.1**. Other versions _should_ work, but no promi
2323
### Manually
2424

2525
#### SASS
26+
2627
- Download the `bulma-steps.sass` file
2728
- Add `@import "bulma-steps.sass"` _after_ the `@import "bulma.sass"` statement in your own
2829
stylesheet
2930

3031
#### CSS
32+
3133
- Download the `bulma-steps.min.css` file
3234
- Add `@import "bulma-steps.min.css"` _after_ the `@import "bulma.css"` statement in your own
33-
stylesheet
35+
stylesheet
3436
- An expanded version of the file is also available at `bulma-steps.css`
3537

3638
#### Hosted Online
37-
Alternatively, you can include bulma and bulma-steps from a CDN.
39+
40+
Alternatively, you can include bulma and bulma-steps from a CDN.
3841
As of writing, these are the current CDNs for both:
39-
- bulma: https://cdnjs.cloudflare.com/ajax/libs/bulma/0.7.1/css/bulma.min.css
42+
43+
- bulma: https://cdnjs.cloudflare.com/ajax/libs/bulma/0.8.2/css/bulma.min.css
4044
- bulma-steps: https://cdn.rawgit.com/octoshrimpy/bulma-o-steps/master/bulma-steps.css
4145

4246
## Development
@@ -47,7 +51,7 @@ documentation by running Jekyll locally.
4751
- Install ruby and then install Jekyll with `gem install jekyll`
4852
- Ruby's eventmachine is broken in windows, you can fix it by uninstalling it with `gem uninstall eventmachine` and reinstalling the proper one with `gem install eventmachine --platform ruby`
4953
- Clone this repository
50-
- Run `jekyll serve` inside the root directory of this repository. Use ` --livereload` if you'd like to see the changes live.
54+
- Run `jekyll serve` inside the root directory of this repository. Use `--livereload` if you'd like to see the changes live.
5155
- Open the documentation page on [http://localhost:4000](http://localhost:4000)
5256
- Make changes to the `bulma-steps.sass` file
5357
- Reload the documentation page to see your changes

0 commit comments

Comments
 (0)