大家都知道github pages是用了jekyll,我们自己如何搭建一个网站呢?
#安装依赖环境 apt-get install ruby ruby-dev #安装jekyll gem install bundler jekyll #新建网站 jekyll new mysite #开启网站 cd mysite bundle exec jekyll serve --host 0.0.0.0 #浏览网站 http://172.16.172.80:4000
Learn and share.
大家都知道github pages是用了jekyll,我们自己如何搭建一个网站呢?
#安装依赖环境 apt-get install ruby ruby-dev #安装jekyll gem install bundler jekyll #新建网站 jekyll new mysite #开启网站 cd mysite bundle exec jekyll serve --host 0.0.0.0 #浏览网站 http://172.16.172.80:4000