GitHub 页面未更新 post
GitHub Pages not updating post
我目前是 Jekyll 的初学者(也是 Ruby),我正在 GitHub 尝试 GitHub Pages 博客。这是页面:http://nobodykid.github.io/ and the repo https://github.com/nobodykid/nobodykid.github.io
我已经成功安装了 Ruby 和 Jekyll。我还按照 https://help.github.com/articles/setting-up-your-pages-site-locally-with-jekyll
中的说明安装了 GitHub-pages
Gem
当我第一次尝试 Jekyll serve
在本地看到它时。我收到此错误
cannot load such file -- kramdown
当我尝试 bundle exec Jekyll serve
时,网站生成成功。但是有了这个消息:
Please add the following to your Gemfile to avoid polling for changes
gem 'wdm', '>=0.1.0 if Gem.win_platform?
当我尝试制作一个新的 post 并将所有内容发布到我的存储库中时,只有 Jekyll 的第一个示例 post 显示了。我创建的 post 没有显示,即使我可以看到它是在本地使用 bundle exec Jekyll serve
生成的。
我是不是哪里做错了什么?感谢您的帮助
可能是时间问题 - 你的 post 日期是 3-9 点,但你昨天做的是 3-8 点(至少我现在是这样!)。
尝试提交(任何内容)并查看它现在是否显示。请记住,该站点仅在您提交时构建 - 所以即使问题是日期,今天是 3-9 的事实并不意味着 post 神奇地出现 - 除非它重新生成。
我目前是 Jekyll 的初学者(也是 Ruby),我正在 GitHub 尝试 GitHub Pages 博客。这是页面:http://nobodykid.github.io/ and the repo https://github.com/nobodykid/nobodykid.github.io
我已经成功安装了 Ruby 和 Jekyll。我还按照 https://help.github.com/articles/setting-up-your-pages-site-locally-with-jekyll
中的说明安装了GitHub-pages
Gem
当我第一次尝试 Jekyll serve
在本地看到它时。我收到此错误
cannot load such file -- kramdown
当我尝试 bundle exec Jekyll serve
时,网站生成成功。但是有了这个消息:
Please add the following to your Gemfile to avoid polling for changes
gem 'wdm', '>=0.1.0 if Gem.win_platform?
当我尝试制作一个新的 post 并将所有内容发布到我的存储库中时,只有 Jekyll 的第一个示例 post 显示了。我创建的 post 没有显示,即使我可以看到它是在本地使用 bundle exec Jekyll serve
生成的。
我是不是哪里做错了什么?感谢您的帮助
可能是时间问题 - 你的 post 日期是 3-9 点,但你昨天做的是 3-8 点(至少我现在是这样!)。
尝试提交(任何内容)并查看它现在是否显示。请记住,该站点仅在您提交时构建 - 所以即使问题是日期,今天是 3-9 的事实并不意味着 post 神奇地出现 - 除非它重新生成。