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

18 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
fc3181915d package.json: Increment version to 1.1.2 2018-07-12 23:23:26 +03:00
f5abc5be50 Regenerate static 2018-07-12 23:04:44 +03:00
c41b785d30 source/scss/bootstrap.scss: Copy new version number
Otherwise it is very confusing because the generated style.css has
the wrong version number.
2018-07-12 23:03:50 +03:00
1ac4daff45 package.json: Bump Bootstrap to v4.1.2
See: https://blog.getbootstrap.com/2018/07/12/bootstrap-4-1-2/
2018-07-12 23:03:12 +03:00
1783b22953 Regenerate static 2018-07-11 16:45:45 +03:00
f4489fd8f4 package.json: Bump node-sass dependency to match Bootstrap's
See: https://github.com/twbs/bootstrap/blob/v4-dev/package.json
2018-07-11 16:45:17 +03:00
78794ea7f9 TranslationBaseName replaced for Name on archetypes template 2018-07-11 16:38:30 +03:00
e80a6238c6 Add Norwegian translations 2018-07-11 16:30:22 +03:00
c84ac4bef8 package.json: Increment version to 1.1.1 2018-05-15 10:08:21 +03:00
624e124362 Regenerate static files and SRI hashes 2018-05-15 09:58:03 +03:00
792ab342fb package.json: Update node-sass dependency
To match Bootstrap's.

See: https://github.com/twbs/bootstrap/blob/v4-dev/package.json
2018-05-15 09:54:45 +03:00
36c77a90fd package.json: Bump Bootstrap to v4.1.1
See: https://blog.getbootstrap.com/2018/04/30/bootstrap-4-1-1/
2018-05-15 09:43:35 +03:00
8f0b2d7b7d package.json: Increment version to 1.1.0
According to semantic versioning this indicates something larger than
a bug fix release. In this case, the project has moved from Bootstrap
version 4.0.0 to 4.1.0.
2018-04-23 17:58:33 +03:00
b8b60bcc7e Regenerate static assets 2018-04-23 17:46:40 +03:00
b6e5e123c3 Bootstrap 4.0.0 → 4.1.0
See: https://github.com/twbs/bootstrap/issues/25375
2018-04-23 17:46:40 +03:00
6 changed files with 49 additions and 11 deletions

View File

@ -1,5 +1,5 @@
+++
title = "{{ replace .TranslationBaseName "-" " " | title }}"
title = "{{ replace .Name "-" " " | title }}"
date = {{ .Date }}
images = ["/2016/10/image.jpg"]
description = ""

View File

@ -1,3 +1,3 @@
style = "sha384-CoMzlF7G4xk3ftqRr7leobnWP85AuISUJljMFjtTG/UHyP/+bBwWAvBlXkB4VQQk"
style = "sha384-0eEcVRNdgiKhIHlMYcIhtDgldz2K2jMxU3jAJfqFjf5kp7X6WUsWfM+5dncGxM0m"
cookieconsentcss = "sha384-Ul1H8jNudxII4JYT6VbQzsJj2XTAqp3zPv1YJwsTd19vCwtNBq+dgWS3DHuulhVe"
cookieconsentjs = "sha384-MUoyijeybCtm4GFBhubnlrS2TscWkBDFkwCzXMofOGhiTYxVzoSfwaCM7HtNFzwN"

38
i18n/no.yaml Normal file
View File

@ -0,0 +1,38 @@
- id: about
translation: "Om"
- id: home
translation: "Hjem"
- id: recentPosts
translation: "Siste innlegg"
- id: readMore
translation: "Les mer →"
- id: translations
translation: "Oversettelser"
- id: share
translation: "Del"
- id: paginatorPrevious
translation: "Forrige side"
- id: paginatorNext
translation: "Neste side"
- id: cookieMessage
translation: "Denne nettsiden bruker informasjonskapsler."
- id: cookieLink
translation: "Lær mer."
- id: cookieDismiss
translation: "Greit!"
- id: backToTop
translation: "Til toppen"
- id: links
translation: "Linker"

View File

@ -1,6 +1,6 @@
{
"name": "hugo-theme-bootstrap4-blog",
"version": "1.0.0",
"version": "1.1.3",
"description": "A Bootstrap v4 theme for the Hugo static site generator.",
"repository": {
"type": "git",
@ -18,10 +18,10 @@
"author": "Alan Orth",
"license": "GPL-3.0",
"devDependencies": {
"bootstrap": "4.0.0",
"bootstrap": "4.1.2",
"clean-css-cli": "^4.1.11",
"cookieconsent": "^3.0.4",
"font-awesome": "^4.7.0",
"node-sass": "^4.7.2"
"node-sass": "^4.9.1"
}
}

View File

@ -1,5 +1,5 @@
/*!
* Bootstrap v4.0.0 (https://getbootstrap.com)
* Bootstrap v4.1.2 (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