Skip to content

Latest commit

 

History

History
31 lines (23 loc) · 404 Bytes

README.md

File metadata and controls

31 lines (23 loc) · 404 Bytes

nighon.github.io

安装 Ruby

$ rbenv install 3.3.3
$ rbenv global 3.3.3
$ rbenv versions

安装第三方库

$ gem update --system
$ gem install bundler
$ bundle update

启动

$ jekyll serve
# $ bundle exec jekyll serve

生成语法高亮样式

$ rougify help style
$ rougify style github > assets/css/highlight-github.css