使用 jekyllBear 构建的个人博客:
在 _posts 中创建文件,文件名格式为:
YYYY-MM-DD-title.md
文章开头使用:
---
layout: post
title: "文章标题"
date: 2026-07-05 12:00:00 +0800
tags: [general]
---推送到 main 后,GitHub Pages 会自动更新网站。
bundle install
bundle exec jekyll serve本地预览默认使用端口 14001(在 _config.yml 中配置)。