mirror of
https://github.com/alanorth/hugo-theme-bootstrap4-blog.git
synced 2025-05-10 14:36:01 +02:00
Compare commits
21 Commits
Author | SHA1 | Date | |
---|---|---|---|
2981031e4f
|
|||
ca4c64298b
|
|||
9a88f1943f
|
|||
a39781ef6b
|
|||
613e608eec
|
|||
035ad5939f
|
|||
fc3181915d
|
|||
f5abc5be50
|
|||
c41b785d30
|
|||
1ac4daff45
|
|||
1783b22953
|
|||
f4489fd8f4
|
|||
78794ea7f9 | |||
e80a6238c6 | |||
c84ac4bef8
|
|||
624e124362
|
|||
792ab342fb
|
|||
36c77a90fd
|
|||
8f0b2d7b7d
|
|||
b8b60bcc7e | |||
b6e5e123c3 |
@ -1,5 +1,5 @@
|
||||
+++
|
||||
title = "{{ replace .TranslationBaseName "-" " " | title }}"
|
||||
title = "{{ replace .Name "-" " " | title }}"
|
||||
date = {{ .Date }}
|
||||
images = ["/2016/10/image.jpg"]
|
||||
description = ""
|
||||
|
@ -1,3 +1,3 @@
|
||||
style = "sha384-CoMzlF7G4xk3ftqRr7leobnWP85AuISUJljMFjtTG/UHyP/+bBwWAvBlXkB4VQQk"
|
||||
style = "sha384-6+EGfPoOzk/n2DVJSlglKT8TV1TgIMvVcKI73IZgBswLasPBn94KommV6ilJqCXE"
|
||||
cookieconsentcss = "sha384-Ul1H8jNudxII4JYT6VbQzsJj2XTAqp3zPv1YJwsTd19vCwtNBq+dgWS3DHuulhVe"
|
||||
cookieconsentjs = "sha384-MUoyijeybCtm4GFBhubnlrS2TscWkBDFkwCzXMofOGhiTYxVzoSfwaCM7HtNFzwN"
|
||||
|
38
i18n/no.yaml
Normal file
38
i18n/no.yaml
Normal 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"
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "hugo-theme-bootstrap4-blog",
|
||||
"version": "1.0.0",
|
||||
"version": "1.1.4",
|
||||
"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.3",
|
||||
"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"
|
||||
}
|
||||
}
|
||||
|
8
source/scss/bootstrap.scss
vendored
8
source/scss/bootstrap.scss
vendored
@ -1,5 +1,5 @@
|
||||
/*!
|
||||
* Bootstrap v4.0.0 (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
Reference in New Issue
Block a user