Skip to content

Commit

Permalink
Fix logo
Browse files Browse the repository at this point in the history
  • Loading branch information
cmahnke committed Aug 25, 2024
1 parent 1e6ad3b commit 9f77fca
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,5 @@ static/fonts/**
assets/css/**
**/vips-properties.xml
data/stats.json
static/images/cm.*
static/images/logo.*
6 changes: 3 additions & 3 deletions scripts/setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ convert -resize 1024x1024 -transparent white -density 600 "Source Files/Logo/Lab

SOURCE="themes/projektemacher-base/static/images/cm.svg" OPTIONS="-transparent white static/images/favicon-128.png" ./themes/projektemacher-base/scripts/favicon.sh

cp themes/projektemacher-base/static/images/cm.svg static/image/
sed -i 's/fill-opacity:0.5/fill-opacity:1.0/g' static/image/cm.svg
convert -density 2400 static/image/cm.svg -resize '1024x1024!' static/images/logo.png
cp themes/projektemacher-base/static/images/cm.svg static/images/
sed -i -E 's/fill-opacity:0.5/fill-opacity:1.0/g' static/images/cm.svg
convert -density 2400 static/images/cm.svg -resize '1024x1024!' static/images/logo.png

# IIIF tiles
echo "Set SKIP_IIIF to something to disable generation of IIIF derivates"
Expand Down

0 comments on commit 9f77fca

Please sign in to comment.