feat: Update design
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Simon 2023-05-23 23:46:00 +02:00
parent b97920e51e
commit 32cf50e922
4 changed files with 32 additions and 25 deletions

View File

@ -4,6 +4,7 @@
/** Import theme variables */ /** Import theme variables */
$primary: #42b883; $primary: #42b883;
$link-color-dark: $primary; $link-color-dark: $primary;
@import "common/variables"; @import "common/variables";
/** Import Bootstrap */ /** Import Bootstrap */

View File

@ -65,7 +65,7 @@ defaultImage = "default-image.png" # put in `./assets/images/`
fillImage = "1270x740 Center" # normalize image size fillImage = "1270x740 Center" # normalize image size
# Footer # Footer
footer = "Réalisé par <a href=\"https://weko.io/\">Weko</a> avec ❤️ et Hébergé par <a href=\"https://resilien.fr/\">RésiLien</a> 🐱 de façon éco-responsable 🍃" footer = "Réalisé par <a href=\"https://weko.io/\">Weko</a> avec ❤️ et Hébergé par <a href=\"https://resilien.fr/\">RésiLien</a> 🐱"
# Feed # Feed
copyRight = "Copyright (c) 2023 Weko" copyRight = "Copyright (c) 2023 Weko"

52
package-lock.json generated
View File

@ -1,14 +1,14 @@
{ {
"name": "doks-child-theme", "name": "loi.re",
"version": "0.5.0", "version": "0.1.0",
"lockfileVersion": 2, "lockfileVersion": 2,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "doks-child-theme", "name": "loi.re",
"version": "0.5.0", "version": "0.1.0",
"hasInstallScript": true, "hasInstallScript": true,
"license": "MIT", "license": "GPLv3",
"devDependencies": { "devDependencies": {
"@babel/cli": "^7.18", "@babel/cli": "^7.18",
"@babel/core": "^7.18", "@babel/core": "^7.18",
@ -18,7 +18,7 @@
"@hyas/images": "^0.2.1", "@hyas/images": "^0.2.1",
"auto-changelog": "^2.4.0", "auto-changelog": "^2.4.0",
"autoprefixer": "^10.4", "autoprefixer": "^10.4",
"bootstrap": "^5.1", "bootstrap": "5.2.3",
"clipboard": "^2.0", "clipboard": "^2.0",
"eslint": "^8.19", "eslint": "^8.19",
"exec-bin": "^1.0.0", "exec-bin": "^1.0.0",
@ -1862,9 +1862,9 @@
} }
}, },
"node_modules/@popperjs/core": { "node_modules/@popperjs/core": {
"version": "2.11.5", "version": "2.11.7",
"resolved": "https://registry.npmjs.org/@popperjs/core/-/core-2.11.5.tgz", "resolved": "https://registry.npmjs.org/@popperjs/core/-/core-2.11.7.tgz",
"integrity": "sha512-9X2obfABZuDVLCgPK9aX0a/x4jaOEweTTWE2+9sr0Qqqevj2Uv5XorvusThmc9XGYpS9yI+fhh8RTafBtGposw==", "integrity": "sha512-Cr4OjIkipTtcXKjAsm8agyleBuDHvxzeBoa1v543lbv1YaIwQjESsVcmjiWiPEbC1FIeHOG/Op9kdCmAmiS3Kw==",
"dev": true, "dev": true,
"peer": true, "peer": true,
"funding": { "funding": {
@ -2249,16 +2249,22 @@
} }
}, },
"node_modules/bootstrap": { "node_modules/bootstrap": {
"version": "5.1.3", "version": "5.2.3",
"resolved": "https://registry.npmjs.org/bootstrap/-/bootstrap-5.1.3.tgz", "resolved": "https://registry.npmjs.org/bootstrap/-/bootstrap-5.2.3.tgz",
"integrity": "sha512-fcQztozJ8jToQWXxVuEyXWW+dSo8AiXWKwiSSrKWsRB/Qt+Ewwza+JWoLKiTuQLaEPhdNAJ7+Dosc9DOIqNy7Q==", "integrity": "sha512-cEKPM+fwb3cT8NzQZYEu4HilJ3anCrWqh3CHAok1p9jXqMPsPTBhU25fBckEJHJ/p+tTxTFTsFQGM+gaHpi3QQ==",
"dev": true, "dev": true,
"funding": { "funding": [
"type": "opencollective", {
"url": "https://opencollective.com/bootstrap" "type": "github",
}, "url": "https://github.com/sponsors/twbs"
},
{
"type": "opencollective",
"url": "https://opencollective.com/bootstrap"
}
],
"peerDependencies": { "peerDependencies": {
"@popperjs/core": "^2.10.2" "@popperjs/core": "^2.11.6"
} }
}, },
"node_modules/brace-expansion": { "node_modules/brace-expansion": {
@ -8284,9 +8290,9 @@
} }
}, },
"@popperjs/core": { "@popperjs/core": {
"version": "2.11.5", "version": "2.11.7",
"resolved": "https://registry.npmjs.org/@popperjs/core/-/core-2.11.5.tgz", "resolved": "https://registry.npmjs.org/@popperjs/core/-/core-2.11.7.tgz",
"integrity": "sha512-9X2obfABZuDVLCgPK9aX0a/x4jaOEweTTWE2+9sr0Qqqevj2Uv5XorvusThmc9XGYpS9yI+fhh8RTafBtGposw==", "integrity": "sha512-Cr4OjIkipTtcXKjAsm8agyleBuDHvxzeBoa1v543lbv1YaIwQjESsVcmjiWiPEbC1FIeHOG/Op9kdCmAmiS3Kw==",
"dev": true, "dev": true,
"peer": true "peer": true
}, },
@ -8567,9 +8573,9 @@
} }
}, },
"bootstrap": { "bootstrap": {
"version": "5.1.3", "version": "5.2.3",
"resolved": "https://registry.npmjs.org/bootstrap/-/bootstrap-5.1.3.tgz", "resolved": "https://registry.npmjs.org/bootstrap/-/bootstrap-5.2.3.tgz",
"integrity": "sha512-fcQztozJ8jToQWXxVuEyXWW+dSo8AiXWKwiSSrKWsRB/Qt+Ewwza+JWoLKiTuQLaEPhdNAJ7+Dosc9DOIqNy7Q==", "integrity": "sha512-cEKPM+fwb3cT8NzQZYEu4HilJ3anCrWqh3CHAok1p9jXqMPsPTBhU25fBckEJHJ/p+tTxTFTsFQGM+gaHpi3QQ==",
"dev": true, "dev": true,
"requires": {} "requires": {}
}, },

View File

@ -46,7 +46,7 @@
"@hyas/images": "^0.2.1", "@hyas/images": "^0.2.1",
"auto-changelog": "^2.4.0", "auto-changelog": "^2.4.0",
"autoprefixer": "^10.4", "autoprefixer": "^10.4",
"bootstrap": "^5.1", "bootstrap": "5.2.3",
"clipboard": "^2.0", "clipboard": "^2.0",
"eslint": "^8.19", "eslint": "^8.19",
"exec-bin": "^1.0.0", "exec-bin": "^1.0.0",