Skip to content

Commit

Permalink
feat: Adjust package.json, dockerize sligthly ...
Browse files Browse the repository at this point in the history
  • Loading branch information
gabyx committed Mar 13, 2024
1 parent 62732b2 commit e76ed14
Show file tree
Hide file tree
Showing 4 changed files with 67 additions and 298 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Current [`revealjs`](https://github.com/hakimel/reveal.js) version: `4.6.1`
- Replace embedded image in [`company.scss`](css/theme/source/company.scss) with

```shell
repl=$(cat css/theme/source/files/company-logo.svg | base64 -w 0| sed "s/\+/\\\+/g")
repl=$(cat css/theme/source/files/company-logo.svg | base64 -w 0| sed "s/\+/\\\+/g") &&
sed -i -E "s@background-image(.*);base64,.*\"@background-image\1;base64,$repl\"@" css/theme/source/company.scss
```

Expand Down
Loading

0 comments on commit e76ed14

Please sign in to comment.