Skip to content
This repository has been archived by the owner on Jan 3, 2023. It is now read-only.

Commit

Permalink
Bump Bootstrap to v4.2.1. Closes #1
Browse files Browse the repository at this point in the history
  • Loading branch information
zwbetz-gh committed Jan 3, 2019
1 parent 77099cf commit ebbebf7
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 17 deletions.
6 changes: 3 additions & 3 deletions README.md
Expand Up @@ -66,7 +66,7 @@ Copy the `config.toml` or `config.yaml` from the [`exampleSite`](https://github.

### bootstrap-blockquote

Uses [Bootstrap blockquotes](https://getbootstrap.com/docs/4.1/content/typography/#blockquotes) to format your blockquotes nicely. Pass the quote inside the shortcode. The `author` argument is optional.
Uses [Bootstrap blockquotes](https://getbootstrap.com/docs/4.2/content/typography/#blockquotes) to format your blockquotes nicely. Pass the quote inside the shortcode. The `author` argument is optional.

[Here's an actual usage](https://raw.githubusercontent.com/zwbetz-gh/vanilla-bootstrap-hugo-theme/master/exampleSite/content/post/quotes-by-carl-jung.md), and here's an example usage:

Expand All @@ -78,7 +78,7 @@ Knowing your own darkness is the best method for dealing with the darknesses of

### bootstrap-table

Uses [Bootstrap tables](https://getbootstrap.com/docs/4.1/content/tables/) to format your tables nicely. Pass the markdown table inside the shortcode, then pass the classes as an argument.
Uses [Bootstrap tables](https://getbootstrap.com/docs/4.2/content/tables/) to format your tables nicely. Pass the markdown table inside the shortcode, then pass the classes as an argument.

[Here's an actual usage](https://raw.githubusercontent.com/zwbetz-gh/vanilla-bootstrap-hugo-theme/master/exampleSite/content/post/style-a-markdown-table-with-bootstrap-classes-in-hugo.md), and here's an example usage:

Expand All @@ -94,7 +94,7 @@ Uses [Bootstrap tables](https://getbootstrap.com/docs/4.1/content/tables/) to fo

### bootstrap-card

Uses [Bootstrap cards](https://getbootstrap.com/docs/4.1/components/card/) and [Hugo image processing](https://gohugo.io/content-management/image-processing/#readout) to display your [page bundle](https://gohugo.io/content-management/page-bundles/) images nicely. Only the `img`, `command`, and `options` arguments are required.
Uses [Bootstrap cards](https://getbootstrap.com/docs/4.2/components/card/) and [Hugo image processing](https://gohugo.io/content-management/image-processing/#readout) to display your [page bundle](https://gohugo.io/content-management/page-bundles/) images nicely. Only the `img`, `command`, and `options` arguments are required.

[Here's an actual usage](https://raw.githubusercontent.com/zwbetz-gh/vanilla-bootstrap-hugo-theme/master/exampleSite/content/post/nasa-images/index.md), and here's an example usage:

Expand Down
14 changes: 2 additions & 12 deletions layouts/partials/script.html
Expand Up @@ -4,16 +4,6 @@
</script>

{{ if eq .Site.Params.includeBootstrapJs true }}
<script
src="https://code.jquery.com/jquery-3.3.1.slim.min.js"
integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo"
crossorigin="anonymous"></script>
<script
src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.3/umd/popper.min.js"
integrity="sha384-ZMP7rVo3mIykV+2+9J3UJ46jBk0WLaUAdn689aCwoqbBJiSnjAK/l8WvCWPIPm49"
crossorigin="anonymous"></script>
<script
src="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/js/bootstrap.min.js"
integrity="sha384-ChfqqxuZUCnJSK3+MXmPNIyE6ZbWh2IMqE241rYiqJxyMiZ6OW/JmZQ5stwEULTy"
crossorigin="anonymous"></script>
<script src="{{ "js/jquery-3.3.1.slim.min.js" | absURL }}"></script>
<script src="{{ "js/bootstrap.bundle.min.js" | absURL }}"></script>
{{ end }}
4 changes: 2 additions & 2 deletions static/css/bootstrap.min.css

Large diffs are not rendered by default.

7 changes: 7 additions & 0 deletions static/js/bootstrap.bundle.min.js

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions static/js/jquery-3.3.1.slim.min.js

Large diffs are not rendered by default.

0 comments on commit ebbebf7

Please sign in to comment.