Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 445 Bytes

README.md

File metadata and controls

31 lines (20 loc) · 445 Bytes

openSUSE 中文社区 jekyll 主题

openSUSE 中文社区 jekyll 主题

安装

开发

如何配置环境

sudo zypper in ruby ruby-devel
bundle config set path 'vendor/bundle'
bundle install

如何构建网站

bundle exec jekyll build

构建的成果应该在 _site 目录。

如何在本地预览

bundle exec jekyll serve

用你的浏览器访问 http://127.0.0.1:4000/