mirror of
https://github.com/jeertmans/manim-slides.git
synced 2025-05-21 04:26:40 +08:00
6 lines
231 B
Bash
Executable File
6 lines
231 B
Bash
Executable File
#! /bin/bash
|
|
|
|
pdm run manim-slides render -t -qk -s --format png --resolution 64,64 static/logo.py ManimSlidesFavicon && mv media/images/logo/*.png static/favicon.png
|
|
|
|
ln -f -r -s static/favicon.png docs/source/_static/favicon.png
|