permanent

2x2a10 jekyll
Edited: Sunday 29 June 2025

date created: 9 June 2022
date modified: 14 March 2023
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