Skip to content

Latest commit

 

History

History
50 lines (34 loc) · 1.22 KB

File metadata and controls

50 lines (34 loc) · 1.22 KB

LPD-iOS.github.io

English Introduction

概览

预览

https://lpd-ios.github.io/

环境

  • Ruby
  • Gem
  • Jekyll

建立

1. 安装 Jeykll

gem install jekyll
gem install jekyll-paginate

2. 本地预览

jekyll server

3. 将本地仓库上传到 GitHub

4. 打开 GitHub Pages

配置

  1. 请将 _config.yml 中的 帐户/ID/用户名 等信息改为你自己的;
  2. 请修改 about/index.html 中的有关个人信息;
  3. 请在 _includes/head.html 修改和统计分析有关的代码;
  4. _include/nav.html 你可以改变或者删减导航栏标签;
  5. 如果你想更改博客底部的 GitHub 或 知乎 链接,可以编辑 _includes/footer.html

备注

  • 双击 Ctrl 可唤出 文章搜索对话框
  • 使用 Jekyll 搭建,在 CodeboyBlog 基础上进行了修改,感谢前辈们的工作!

协议

LPD-iOS.github.io 基于 Apache-2.0 协议进行分发和使用,更多信息参见协议文件。