Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yanhaijing/yanhaijing.github.io
公众号: 颜海镜,《现代JavaScript库开发:原理、技术与实战》作者
https://github.com/yanhaijing/yanhaijing.github.io
blog jekyll
Last synced: 1 day ago
JSON representation
公众号: 颜海镜,《现代JavaScript库开发:原理、技术与实战》作者
- Host: GitHub
- URL: https://github.com/yanhaijing/yanhaijing.github.io
- Owner: yanhaijing
- Created: 2013-09-02T09:02:15.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2024-09-27T14:41:31.000Z (3 months ago)
- Last Synced: 2024-12-20T23:32:56.711Z (2 days ago)
- Topics: blog, jekyll
- Language: JavaScript
- Homepage: https://yanhaijing.com
- Size: 89.2 MB
- Stars: 112
- Watchers: 18
- Forks: 64
- Open Issues: 61
-
Metadata Files:
- Readme: README.md
- Changelog: changelog.md
- Funding: .github/FUNDING.yml
Awesome Lists containing this project
README
# 颜海镜的博客
嗨,这是我的个人博客,如果你在网上见到过颜海镜,或是 yanhaijing,头像是一个无脸男,那个人就是我哦。
## 关于我
[这里有我的简介](http://yanhaijing.com/yan_about/)
## jekyll 命令
```bash
$ jekyll server
$ jekyll server -D # 预览草稿
```## 环境搭建
### MAC 环境搭建
第一步,通过升级 ruby 版本
```bash
$ \curl -sSL https://get.rvm.io | bash -s stable
$ echo "ruby_url=https://cache.ruby-china.com/pub/ruby" > ~/.rvm/user/db # 修改rvm镜像
$ rvm list known # 列出ruby所有版本
$ rvm install 3.3.0 # 安装指定版本
$ ruby -version
```第二步,安装 jekyll
```bash
# 更换国内镜像
$ gem sources --remove https://rubygems.org/
$ gem sources -a https://gems.ruby-china.com/# 安装jekyll
$ gem install bundler jekyll
```## 技术支持
- [jekyllcn](http://jekyllcn.com/)
- [jekyllbootstrap](http://jekyllbootstrap.com)
- [Markdown 语法说明](http://wowubuntu.com/markdown/)
- [Liquid](https://github.com/Shopify/liquid/wiki/Liquid-for-Designers)
- [在 Windows 系统配置 Jekyll](http://yanhaijing.com/jekyll/2011/12/30/run-jekyll-on-window)## 联系方式
- [Weibo](http://weibo.com/yanhaijing1234 "yanhaijing's Weibo")
- [Email](http://[email protected] "yanhaijing's Email")## License
颜海镜的博客 由 颜海镜 创作,采用 知识共享 署名-非商业性使用-相同方式共享 4.0 国际 许可协议进行许可。
基于http://yanhaijing.com上的作品创作。