https://github.com/haiiiiiyun/haiiiiiyun.github.io
haiiiiiyun's blog
https://github.com/haiiiiiyun/haiiiiiyun.github.io
angular2 blog django docker extjs python
Last synced: 11 months ago
JSON representation
haiiiiiyun's blog
- Host: GitHub
- URL: https://github.com/haiiiiiyun/haiiiiiyun.github.io
- Owner: haiiiiiyun
- Created: 2015-12-06T06:49:13.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2024-03-15T01:16:59.000Z (over 2 years ago)
- Last Synced: 2025-04-10T09:05:49.949Z (about 1 year ago)
- Topics: angular2, blog, django, docker, extjs, python
- Language: CSS
- Size: 14.2 MB
- Stars: 7
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 说明
这是[haiiiiiyun](hhttps://haiiiiiyun.github.io)的个人博客。
本博客运行于 [Jekyll](http://jekyllrb.com) @ [GitHub](http://github.com/haiiiiiyun/haiiiiiyun.github.io)。
博客模板修改自 [github.com/Yonsm/NET](http://github.com/Yonsm/NET) 和 [github.com/webfrogs/webfrogs.github.com](https://github.com/webfrogs/webfrogs.github.com)
若你对本博的模板感兴趣,欢迎克隆。
# 在本机运行
```bash
docker run \
--name atjiang \
-t \
--restart always \
-v "/home/hy/workspace/haiiiiiyun.github.io":/usr/src/app \
-e JEKYLL_GITHUB_TOKEN=your_github_token \
-p "9900:4000" starefossen/github-pages
```