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

3 Commits

Author SHA1 Message Date
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 6 additions and 6 deletions

View File

@ -1,3 +1,3 @@
style = "sha384-Upm5uY/SXdvbjuIGH6fBjF5vOYUr9DguqBskM+EQpLBzO9U+9fMVmWEt+TTlGrWQ"
style = "sha384-0eEcVRNdgiKhIHlMYcIhtDgldz2K2jMxU3jAJfqFjf5kp7X6WUsWfM+5dncGxM0m"
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.3",
"description": "A Bootstrap v4 theme for the Hugo static site generator.",
"repository": {
"type": "git",

View File

@ -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