https://github.com/softwareking/ppt
Slides
https://github.com/softwareking/ppt
Last synced: about 1 year ago
JSON representation
Slides
- Host: GitHub
- URL: https://github.com/softwareking/ppt
- Owner: SoftwareKing
- License: mit
- Created: 2017-06-14T10:23:40.000Z (about 9 years ago)
- Default Branch: gh-pages
- Last Pushed: 2017-06-15T14:53:58.000Z (about 9 years ago)
- Last Synced: 2025-02-17T23:48:05.947Z (over 1 year ago)
- Language: JavaScript
- Size: 2.02 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 羡辙的分享幻灯片
使用 Jekyll 生成到 GitHub Pages,幻灯片部分使用 [reveal.js](https://github.com/hakimel/reveal.js)。
## 本地运行
```
jekyll b
```
## watch 并编译 SCSS 文件
```
gulp watch
```
其他用法参见 `gulpfile.js`。