https://github.com/comsince/comsince.github.io
Personal blog using jekyll,which include most note from DevelopNote repoistory
https://github.com/comsince/comsince.github.io
android blog gitpage
Last synced: about 1 year ago
JSON representation
Personal blog using jekyll,which include most note from DevelopNote repoistory
- Host: GitHub
- URL: https://github.com/comsince/comsince.github.io
- Owner: comsince
- License: mit
- Created: 2017-02-27T12:32:24.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2025-01-02T06:44:38.000Z (over 1 year ago)
- Last Synced: 2025-01-02T07:41:32.652Z (over 1 year ago)
- Topics: android, blog, gitpage
- Language: JavaScript
- Homepage: https://www.comsince.cn/
- Size: 230 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 概述
基于Jekyll的个人博客项目,这里有一篇关于如何[使用Github Pages建独立博客](https://comsince.github.io/2012/02/22/github-pages/) 的文章,
* [即时通讯客户端vue版本](https://web.fsharechat.cn)
# 发布步骤
* 安装jekyll
```
ubutun 20.08 jekyll 部署
sudo apt-get install ruby-full build-essential zlib1g-dev
echo '# Install Ruby Gems to ~/gems' >> ~/.bashrc
echo 'export GEM_HOME="$HOME/gems"' >> ~/.bashrc
echo 'export PATH="$HOME/gems/bin:$PATH"' >> ~/.bashrc
source ~/.bashrc
gem install jekyll bundler 出现安装jekyll失败,单独安装jekyll
gem install jekyll --version 3.8.6 指定jekyll版本,不然默认版本会保sass错误,让升级gem,但是又无法升级
gem install github-pages 188
启动
bundle exec jekyll serve -H 172.16.40.51
```
* 下载本项目源码,编译本项目
```
bundle exec jekyll build
```
* 提交编译好文件_site到nginx中部署