我的目标是使用Jekyll
Github Pages构建一个网站.我已经遇到麻烦了,我已经把我的Mac从山狮升级到小牛,所以我可以安装Xcode和RedCloth.
我试图使用Github Pages’s official documentation,但是如上所述,这是一个不间断的麻烦.我正在尝试跑步
捆绑管理jekyll服务
但是我收到错误,表示没有这样的日期:
ERROR: YOUR SITE Could NOT BE BUILT: ------------------------------------ Invalid date '0000-00-00': Post '/vendor/bundle/ruby/2.0.0/gems/jekyll- 2.4.0/lib/site_template/_posts/0000-00-00-welcome-to-jekyll.markdown.erb' does not have a valid date in the filename.
ERROR: YOUR SITE Could NOT BE BUILT: ------------------------------------ Invalid date '<%= Time.Now.strftime('%Y-%m-%d %H:%M:%s') %>': Post '/vendor/bundle/ruby/2.0.0/gems/jekyll-2.4.0/lib/site_template/_posts/2014-10-08-welcome-to-jekyll.markdown.erb' does not have a valid date in the YAML front matter.
所以我进入了欢迎到jekyll文件,放在今天的日期和时间.
我试图再次运行服务器.我现在无法解决的下一个问题是几个文件似乎缺少:
Build Warning: Layout 'post' requested in vendor/bundle/ruby/2.0.0/gems/jekyll-2.4.0/lib/site_template/_posts/2014-10-08-welcome-to-jekyll.markdown.erb does not exist. Build Warning: Layout 'page' requested in vendor/bundle/ruby/2.0.0/gems/jekyll-2.4.0/lib/site_template/about.md does not exist. Build Warning: Layout 'default' requested in vendor/bundle/ruby/2.0.0/gems/jekyll-2.4.0/lib/site_template/index.html does not exist. Conversion error: Jekyll::Converters::Scss encountered an error converting 'vendor/bundle/ruby/2.0.0/gems/jekyll-2.4.0/lib/site_template/css/main.scss'.
Googling的问题没有带来任何答案.从我的理解,这应该是一个直接的过程,但这是一场灾难的整个方式!
回购的网址:https://github.com/DarienLibrary/greendarien/tree/gh-pages
解决方法
你有机会将你的宝石安装到供应商/捆绑包?我得到了相同的错误,这个问题在Jekyll github项目修复了我
https://github.com/jekyll/jekyll/issues/2938
版权声明:本文内容由互联网用户自发贡献,该文观点与技术仅代表作者本人。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌侵权/违法违规的内容, 请发送邮件至 dio@foxmail.com 举报,一经查实,本站将立刻删除。