Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/huoyijie/huoyijie.github.io
My daily keynotes
https://github.com/huoyijie/huoyijie.github.io
blog bootstrap gin-gonic keynote revealjs vue
Last synced: 4 days ago
JSON representation
My daily keynotes
- Host: GitHub
- URL: https://github.com/huoyijie/huoyijie.github.io
- Owner: huoyijie
- Created: 2018-08-24T03:31:44.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2024-07-01T09:29:13.000Z (4 months ago)
- Last Synced: 2024-08-01T22:37:40.961Z (3 months ago)
- Topics: blog, bootstrap, gin-gonic, keynote, revealjs, vue
- Language: HTML
- Homepage: https://huoyijie.github.io
- Size: 8.82 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# My daily keynotes
网站通过 [keynote](https://github.com/huoyijie/keynote) 生成。更多内容请关注 [我的网站](https://huoyijie.cn)。
## 添加 gitbook
```bash
npm init -ynpm i gitbook-plugin-prism gitbook-plugin-code --save
gitbook build ./ latest
```
## 本地测试```bash
keynote
```## 生成静态网站
```bash
keynote -gen
```