Skip to content

LawssssCat/LawssssCat.github.io

Repository files navigation

LICENSE pages-build-deployment



LawssssCat's Blog

用 jekyll 搭建的静态博客

GitHub repo size GitHub commit activity GitHub last commit (branch)




开始

环境

# 安装 ruby(语言环境)
sudo apt-get install ruby-full build-essential zlib1g-dev
# 安装 jekyll(博客项目构建工具)、bundler(运行环境)
gem install bundler jekyll

运行

# 下载依赖
bundle install
# 构建项目并启动
bundle exec jekyll serve

Demo: https://lawsssscat.github.io/demo/

感谢