OSU开源实验室的幻灯片主题

osuosl_hieroglyph_theme的Python项目详细描述


出发:

在conf.py中:

import osuosl_hieroglyph_theme
html_theme = 'osuosl'  ##(must be changed in file)!
html_theme_path = osuosl_hieroglyph_theme.get_html_theme_path()
html_static_path = ['_static', html_theme_path + '/osuosl/static/'] ##(must be changed in file)
slide_theme_options = {'custom_css' : 'osuosl.css'}
slide_footer = "<img src='_static/logo.png'>"

对于html_主题和html_静态路径变量,您必须在文件中找到默认值并更改它们,因为它们不会被您的声明覆盖!

make slides

欢迎加入QQ群-->: 979659372 Python中文网_新手群

推荐PyPI第三方库


热门话题
jenkins在java代码的csv中使用前导零传递数字   终止java应用程序javaw。exe eclipse   java平均字长。文本   java在事务中关闭连接时会发生什么?   java如何为rich faces extendedDatatable启用可调整大小的列?   SpringJavaWebApp头nosniff不适合js和css文件   Java:抛出异常   java获取拒绝ArrayList中存在的用户名的代码。   关于编写JNDI服务提供者的java教程   java Android emulator电子书示例已停止   java如何防止双向关系中的循环   在Java中,如何将接口的实现作为变量传递给方法?   java有没有办法通过注释来监听CoreNLP处理的进度?   java Eclipse错误:导入项目时“无法读取项目描述文件”   java为什么findViewById返回null?