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 0a968b3981
5 changed files with 39 additions and 29 deletions

View File

@ -4,9 +4,13 @@
/** Import theme variables */
$primary: #42b883;
$link-color-dark: $primary;
@import "common/variables";
/** Import Bootstrap */
$primary: #42b883;
$link-color-dark: $primary;
@import "bootstrap/scss/bootstrap";
/** Import highlight.js */

View File

@ -3,6 +3,10 @@
min = "0.80.0"
max = ""
[[mounts]]
source = "assets"
target = "assets"
[[mounts]]
source = "node_modules/@hyas/doks/archetypes"
target = "archetypes"
@ -11,10 +15,6 @@
source = "node_modules/@hyas/doks/assets"
target = "assets"
[[mounts]]
source = "assets"
target = "assets"
# [[mounts]]
# source = "node_modules/@hyas/doks/content"
# target = "content"

View File

@ -65,7 +65,7 @@ defaultImage = "default-image.png" # put in `./assets/images/`
fillImage = "1270x740 Center" # normalize image size
# 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
copyRight = "Copyright (c) 2023 Weko"

48
package-lock.json generated
View File

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

View File

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