# se-report **Repository Path**: gkzhb/se-report ## Basic Information - **Project Name**: se-report - **Description**: 软件工程课程报告 Slides - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: https://gkzhb.gitee.io/se-report/ - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-04-11 - **Last Updated**: 2021-01-08 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 软工课程 PJ 报告 ## 使用 动态更新: ``` hugo serve ``` 使用 `deploy.sh` 脚本部署(部署在 `deploy` 分支)。 **注意**:`public` 文件夹使用了 git subtree (虽然我也不是很理解这个到底是什么)。 部署相关内容参考[这个链接](https://gist.github.com/cobyism/4730490)。 ## Reveal.js Hugo 主题 幻灯片效果主要来自 Reveal.js,目前使用的 Reveal.js 的主题来自 [dzello/reveal-hugo: 📽️ Create rich HTML-based presentations with Hugo and Reveal.js](https://github.com/dzello/reveal-hugo) ## shortcodes 可以在 `/layouts/shortcodes` 中定义 shortcodes,从而免去在 Markdown 中写 HTML 代码。具体请参考 Hugo 官方文档,也可以参考现有 shortcodes 及 `/content` 目录下的 `_index.md` 和 `home/`。 ## 导出为 PDF Reveal.js 支持导出为 PDF:将地址的末尾(`#` 及其后面的部份)改成 `/?print-pdf`,然后使用 chrome 的打印功能导出为 PDF。 一个例子是:`https://gkzhb.gitee.io/slides/sprint1/?print-pdf`