Warning: file_get_contents(/data/phpspider/zhask/data//catemap/2/github/3.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Github 如何从仅本地加载修复我的Jekyll网站_Github_Markdown_Jekyll - Fatal编程技术网

Github 如何从仅本地加载修复我的Jekyll网站

Github 如何从仅本地加载修复我的Jekyll网站,github,markdown,jekyll,Github,Markdown,Jekyll,我在Windows 10上本地克隆并修改了一个Jekyll主题,并将更改推送到名为“”的在线Github页面存储库中 我在终端中输入bundle exec jekyll service,我的网站在本地正确显示。在我将更改推送到在线回购协议后,和是空白的 这是我的config.yml文件: title: Timeline – A Log of Life Events url: http://www.joshuagalan.com/timeline #logo: assets/img/logchim

我在Windows 10上本地克隆并修改了一个Jekyll主题,并将更改推送到名为“”的在线Github页面存储库中

我在终端中输入
bundle exec jekyll service
,我的网站在本地正确显示。在我将更改推送到在线回购协议后,和是空白的

这是我的
config.yml
文件:

title: Timeline – A Log of Life Events
url: http://www.joshuagalan.com/timeline
#logo: assets/img/logchimp.png
teams: true # Show team members
terminology: Changelog # By default we call this a changelog, but some might want to call it "release notes", or "changes" (Changelog, Release notes, Changes, Updates, News)

# Build settings
baseurl: /timeline/
theme: logchimp
permalink: /:title/

# Exclude from processing.
exclude:
  - Gemfile
  - Gemfile.lock
  - node_modules
  - vendor/bundle/
  - vendor/cache/
  - vendor/gems/
  - vendor/ruby/
  - .git

我做错什么了吗?

您的jekyll主题在github页面()上不受支持


您可以将生成的页面拉到其他分支中的github,也可以使用其他类似的提供程序。

github页面()不支持您的jekyll主题

您可以将生成的页面拉到其他分支中的github,或者使用其他类似的提供程序