一直有写博客和日记的习惯,偶然间发现了Jekyllrb,静态的博客,也是免费的,有空的时候还是记录一下之间的日常经历和心情变化,高兴的不高兴的,都是书写真实的自己。

之前没有那种稳定的服务器,博客经历了几次迁移,过程中缺失了2005年-2016之间所写的博客,写了很多很多的内容,很可惜。当然也许是故意安排的,不让我再记起那段经历,让自己重新开始。:pray:

希望这次用国外的服务器能够稳定一些!

1、Jekyll Frontpage

<div class="mermaid">
流程图:mermaid(graph LR;) 
</div>

2、Ruby

gem install jekyll bundler
gem install bundler jekyll
bundle install 
bundle exec jekyll serve

3、Setup:

[x] RubyInstaller
https://rubyinstaller.org/downloads/

[x] Jekyll
gem install jekyll bundler
jekyll -v

[x] gem sources
gem -v
gem sources --add https://gems.ruby-china.com/
gem sources --remove https://rubygems.org/
gem sources -l

[x] Install gems - 国内ruby-china.com镜像服务器
bundle install

[x] Run Application
bundle exec jekyll serve

4、Emojo参考:point_right:

https://www.webfx.com/tools/emoji-cheat-sheet/
2017-01-08

Yulinyi.cn Copyright @ 2024 All Right Reserved.