Skip to content

Commit

Permalink
Encode new slide images.
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisCompton committed Sep 28, 2024
1 parent e44a1ef commit 9aadc0e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 deletions.
5 changes: 1 addition & 4 deletions marp/notebook/notebook.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion scripts/config.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
markdown_source_path = 'docs'
marp_theme_path = 'marp/notebook'
marp_theme_image_path = 'marp/images'
marp_theme_image_path = 'marp/notebook/images'
2 changes: 1 addition & 1 deletion scripts/encode.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ def encode_images_to_base64(directory):
encode_images_to_base64(cfg.marp_theme_image_path)

# delete the existing images from the marp/notebook.css file
# python scripts/encode.py >> marp/notebook.css
# python scripts/encode.py >> marp/notebook/notebook.css

0 comments on commit 9aadc0e

Please sign in to comment.