date created | 2022-06-09 |
---|---|
date modified | 2023-03-14 |
modified | Saturday 7 June 2025 |
title | jekyll |
[[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