1
0
mirror of https://github.com/alanorth/hugo-theme-bootstrap4-blog.git synced 2025-05-10 14:36:01 +02:00

6 Commits

Author SHA1 Message Date
2981031e4f package.json: Increment version to 1.1.4 2018-07-25 16:27:53 +03:00
ca4c64298b Regenerate static assets 2018-07-25 16:27:13 +03:00
9a88f1943f Update to Bootstrap v4.1.3 2018-07-25 16:26:54 +03:00
a39781ef6b package.json: Increment version to 1.1.3 2018-07-25 16:06:08 +03:00
613e608eec Regenerate static assets 2018-07-25 16:04:44 +03:00
035ad5939f Trim more unused bits of canonical Bootstrap
Neither the theme nor Hugo's code seems to rely on these CSS classes
so I think we can remove them. This saves 3KiB more from style.css.
2018-07-25 16:02:31 +03:00
4 changed files with 9 additions and 9 deletions

View File

@ -1,3 +1,3 @@
style = "sha384-Upm5uY/SXdvbjuIGH6fBjF5vOYUr9DguqBskM+EQpLBzO9U+9fMVmWEt+TTlGrWQ"
style = "sha384-6+EGfPoOzk/n2DVJSlglKT8TV1TgIMvVcKI73IZgBswLasPBn94KommV6ilJqCXE"
cookieconsentcss = "sha384-Ul1H8jNudxII4JYT6VbQzsJj2XTAqp3zPv1YJwsTd19vCwtNBq+dgWS3DHuulhVe"
cookieconsentjs = "sha384-MUoyijeybCtm4GFBhubnlrS2TscWkBDFkwCzXMofOGhiTYxVzoSfwaCM7HtNFzwN"

View File

@ -1,6 +1,6 @@
{
"name": "hugo-theme-bootstrap4-blog",
"version": "1.1.2",
"version": "1.1.4",
"description": "A Bootstrap v4 theme for the Hugo static site generator.",
"repository": {
"type": "git",
@ -18,7 +18,7 @@
"author": "Alan Orth",
"license": "GPL-3.0",
"devDependencies": {
"bootstrap": "4.1.2",
"bootstrap": "4.1.3",
"clean-css-cli": "^4.1.11",
"cookieconsent": "^3.0.4",
"font-awesome": "^4.7.0",

View File

@ -1,5 +1,5 @@
/*!
* Bootstrap v4.1.2 (https://getbootstrap.com/)
* Bootstrap v4.1.3 (https://getbootstrap.com/)
* Copyright 2011-2018 The Bootstrap Authors
* Copyright 2011-2018 Twitter, Inc.
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
@ -8,7 +8,7 @@
@import "node_modules/bootstrap/scss/functions";
@import "node_modules/bootstrap/scss/variables";
@import "node_modules/bootstrap/scss/mixins";
@import "node_modules/bootstrap/scss/root";
//@import "node_modules/bootstrap/scss/root";
@import "node_modules/bootstrap/scss/reboot";
@import "node_modules/bootstrap/scss/type";
@import "node_modules/bootstrap/scss/images";
@ -31,8 +31,8 @@
//@import "node_modules/bootstrap/scss/jumbotron";
//@import "node_modules/bootstrap/scss/alert";
//@import "node_modules/bootstrap/scss/progress";
@import "node_modules/bootstrap/scss/media";
@import "node_modules/bootstrap/scss/list-group";
//@import "node_modules/bootstrap/scss/media";
//@import "node_modules/bootstrap/scss/list-group";
//@import "node_modules/bootstrap/scss/close";
//@import "node_modules/bootstrap/scss/modal";
//@import "node_modules/bootstrap/scss/tooltip";

File diff suppressed because one or more lines are too long