title: deepin/ubuntu下搭建Jekyll环境 最近用github搭建了个博客,正好也学习一下markdown语法,由于markdown写完后不是立即可见,所以每次写完文章都要经过在线调试,而在线调试就得上线文章,每次上线都得重复git add, git commit, git push这三步. 安装ruby $ sudo apt install ruby $ sudo apt-get install ruby-dev 设置国内ruby的源 $ gem sources --add…