随笔分类 - Jekyll入门
摘要:首发于Enaium的个人博客 条件 循环
阅读全文
摘要:首发于Enaium的个人博客 布局 自定义 创建_layouts目录 创建布局post.html 布局使用布局 在布局中也能使用其他布局 默认布局 所有布局都会使用一个default的布局
阅读全文
摘要:首发于Enaium的个人博客 配置 title: Myblog #标题 email: Myblog@example.com #邮箱 description: >- #说明 This is my blog. baseurl: "" #仓库名 比如 myblog url: "" #域名 twitter_
阅读全文
摘要:首发于Enaium的个人博客 安装Ruby RubyInstaller 安装Jekyll jekyll new myblog cd myblog jekyll serve 预览 http://127.0.0.1:4000/
阅读全文