You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
@@ -47,7 +51,7 @@ documentation by running Jekyll locally.
47
51
- Install ruby and then install Jekyll with `gem install jekyll`
48
52
- 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`
49
53
- 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.
51
55
- Open the documentation page on [http://localhost:4000](http://localhost:4000)
52
56
- Make changes to the `bulma-steps.sass` file
53
57
- Reload the documentation page to see your changes
0 commit comments