diff --git a/assets/css/4-aoudiamoncef.css b/assets/css/4-aoudiamoncef.css
index be96af4..052eba2 100644
--- a/assets/css/4-aoudiamoncef.css
+++ b/assets/css/4-aoudiamoncef.css
@@ -271,30 +271,10 @@ details.badge summary::-webkit-details-marker {
details.badge summary {
width: 100%;
padding: 0.5rem 0 0;
- border-top: 1px solid black;
position: relative;
cursor: pointer;
font-size: 1.75rem;
font-weight: 300;
- list-style: none;
-}
-
-details.badge summary:after {
- content: "+";
- color: black;
- position: absolute;
- font-size: 1.75rem;
- line-height: 0;
- margin-top: 1.25rem;
- padding-right: 0.25rem;
- right: 0;
- font-weight: 200;
- transform-origin: center;
- transition: 200ms linear;
-}
-
-details[open].badge summary:after {
- transform: rotate(45deg);
}
.bilberry-hugo-theme article .featured-image img {
@@ -313,5 +293,5 @@ details[open].badge summary:after {
}
.content .listingblock .content {
- margin: 0px;
-}
\ No newline at end of file
+ margin: 0;
+}
diff --git a/config/_default/config.toml b/config/_default/config.toml
index f7888ac..a2db448 100644
--- a/config/_default/config.toml
+++ b/config/_default/config.toml
@@ -62,3 +62,4 @@ disableAliases = false
[security]
[security.exec]
allow = ['^dart-sass-embedded$', '^go$', '^npx$', '^postcss$', '^asciidoctor$']
+ osEnv = ['(?i)^(PATH|PATHEXT|APPDATA|TMP|TEMP|TERM|GEM_PATH)$']
diff --git a/scripts/cloudflare_pages.sh b/scripts/cloudflare_pages.sh
index 3383039..72ee741 100755
--- a/scripts/cloudflare_pages.sh
+++ b/scripts/cloudflare_pages.sh
@@ -4,6 +4,7 @@ BRANCH=$(git rev-parse --abbrev-ref HEAD)
cd ..
+echo "Installing Asciidoctor plugins"
gem install asciidoctor asciidoctor-html5s asciidoctor-rouge
echo "Updating to latest theme submodule"
@@ -13,4 +14,4 @@ echo "Building Hugo website"
hugo --minify
echo "Building service worker"
-cd scripts && ./sw.sh
\ No newline at end of file
+cd scripts && ./sw.sh
diff --git a/scripts/sw.sh b/scripts/sw.sh
index 2e268c1..784e3a8 100755
--- a/scripts/sw.sh
+++ b/scripts/sw.sh
@@ -1,7 +1,11 @@
#!/usr/bin/env bash
-cd ..
+cd ..
+
npm run prod
+
mkdir -p public
+
cp dist/service-worker.js public/sw.js
-cp dist/service-worker.js static/sw.js
\ No newline at end of file
+
+cp dist/service-worker.js static/sw.js
diff --git a/static/images/badges/Eventbrite.svg b/static/images/badges/Eventbrite.svg
new file mode 100644
index 0000000..a81ee1f
--- /dev/null
+++ b/static/images/badges/Eventbrite.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/images/badges/eventbrite-badge.svg b/static/images/badges/eventbrite-badge.svg
new file mode 100644
index 0000000..3ec51bb
--- /dev/null
+++ b/static/images/badges/eventbrite-badge.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/images/badges/keepassxc.svg b/static/images/badges/keepassxc.svg
index 373be2c..9e3361c 100644
--- a/static/images/badges/keepassxc.svg
+++ b/static/images/badges/keepassxc.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/static/images/badges/scala.svg b/static/images/badges/scala.svg
new file mode 100644
index 0000000..e8952aa
--- /dev/null
+++ b/static/images/badges/scala.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/images/badges/sonarlint.svg b/static/images/badges/sonarlint.svg
new file mode 100644
index 0000000..57c36e0
--- /dev/null
+++ b/static/images/badges/sonarlint.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/images/badges/spectrum.svg b/static/images/badges/spectrum.svg
new file mode 100644
index 0000000..7969fd9
--- /dev/null
+++ b/static/images/badges/spectrum.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/images/badges/springsecurity.svg b/static/images/badges/springsecurity.svg
new file mode 100644
index 0000000..c7c4910
--- /dev/null
+++ b/static/images/badges/springsecurity.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/images/badges/thymeleaf.svg b/static/images/badges/thymeleaf.svg
new file mode 100644
index 0000000..ad20996
--- /dev/null
+++ b/static/images/badges/thymeleaf.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/images/badges/typescript.svg b/static/images/badges/typescript.svg
index d31f5a3..514575a 100644
--- a/static/images/badges/typescript.svg
+++ b/static/images/badges/typescript.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/static/images/badges/webstorm.svg b/static/images/badges/webstorm.svg
new file mode 100644
index 0000000..5a8c36f
--- /dev/null
+++ b/static/images/badges/webstorm.svg
@@ -0,0 +1 @@
+
\ No newline at end of file