Skip to content

Commit

Permalink
Merge branch 'develop' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
aoudiamoncef committed May 16, 2022
2 parents e54294d + d21ed6f commit 6b215a7
Show file tree
Hide file tree
Showing 14 changed files with 21 additions and 27 deletions.
24 changes: 2 additions & 22 deletions assets/css/4-aoudiamoncef.css
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand All @@ -313,5 +293,5 @@ details[open].badge summary:after {
}

.content .listingblock .content {
margin: 0px;
}
margin: 0;
}
1 change: 1 addition & 0 deletions config/_default/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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)$']
3 changes: 2 additions & 1 deletion scripts/cloudflare_pages.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -13,4 +14,4 @@ echo "Building Hugo website"
hugo --minify

echo "Building service worker"
cd scripts && ./sw.sh
cd scripts && ./sw.sh
8 changes: 6 additions & 2 deletions scripts/sw.sh
Original file line number Diff line number Diff line change
@@ -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

cp dist/service-worker.js static/sw.js
1 change: 1 addition & 0 deletions static/images/badges/Eventbrite.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions static/images/badges/eventbrite-badge.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion static/images/badges/keepassxc.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions static/images/badges/scala.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions static/images/badges/sonarlint.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions static/images/badges/spectrum.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions static/images/badges/springsecurity.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions static/images/badges/thymeleaf.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion static/images/badges/typescript.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions static/images/badges/webstorm.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 6b215a7

Please sign in to comment.