GitHub 项目页面博客的功能失调的 jekyll 主题 --> gh-pages

disfunctional jekyll theme for GitHub project page blog --> gh-pages

当我使用专用 GitHub 页面托管此博客时,主题有效,请参阅 here

但是,我想做的是在 this way 中将此博客创建为 "Project Page",即组织的子页面。

我一直在学习如何创建 gh-pages 分支的教程,provided by GitHub themselves

结合 Jekyll 的“Host on GitHub in 3 Minutes”教程。

我可以得到它和 运行 基本的开箱即用主题,但我想使用“twitter theme", but when I followed the command to install it, i.e. rake theme:install git="https://github.com/jekyllbootstrap/theme-twitter.git" and then pushed to the gh-pages branch, it just completely stripped away all the formatting and now there is no theme at all, see here

为什么会这样?我该如何解决?

如果您在浏览器中打开控制台 (ctrl + J),您会看到 CSS 失败加载 404.

Failed to load resource: the server responded with a status of 404 (Not Found)
http://eis-bonn.github.io/assets/themes/twitter/css/1.4.0/bootstrap.css 

这可能是一个很好的起点。您的 css 文件存储在哪里?

剧透警告!

当我访问your repository, the directory pointed to in your header is missing. Instead I find Bootstrap in an entirely different directory.

和往常一样,这是一个 baseurl 问题。在 _config.yml 中:设置

baseurl: /Description-Logicians-of-EIS

BASE_PATH 如果你使用 Jekyll Bootstrap