jekyll
Edited: Saturday 7 June 2025

[[github pages]]就是基于jekyll。而jekyll基于[[ruby]] 所写。

Jekyll • Simple, blog-aware, static sites | Transform your plain text into static websites and blogs

工程根目录执行,开启本地调试模式。

gem install jekyll
gem install jekyll bundler
sudo  bundle exec jekyll serve --host 0.0.0.0     

Backlinks