ITADN
szabgab/slides
szabgab/slides · 文件 下载 ZIP
文件最后提交记录最后更新时间
README.md
以下内容由 AI 翻译,如有问题请点此提交 issue 反馈

幻灯片

Build Status

大部分幻灯片的来源为 https://code-maven.com/slides/

原始代码位于 GitHub

Processing

Processing 要求将 https://github.com/szabgab/slider-py 复制到与当前目录相邻的位置。

virtuelenv -p python3 venv
. venv/bin/activate
pip install -r ../slider-py/requirements.txt
python ../slider-py/slider/__init__.py --md linux-intro/intro.md --html --dir html --templates templates/ --static static/

通过运行以下命令生成所有幻灯片:

./generate_slides.py

或直接列出其中部分内容的名称:

./generate_slides.py golang groovy

处理错误记录在 https://code-maven.com/slides/errors.txt

如需在本地或连接的浏览器中进行测试,请使用

python app.py

Drakula for pygments https://github.com/dracula/pygments

本地服务器

https://github.com/szabgab/rustatic 安装 rustatic

rustatic --path html/ --indexfile index.html --nice --port 5000