遵循Jekyll文档方向并直接在master分支下推送文件夹,当它不起作用时,还设置gh-pages分支并仅推送其下的站点文件夹内容。仍然没有工作。
github:https://github.com/shinshinwu/shinshinwu.github.io
我的_config.yml设置:
# Site settings
title: Anna's Chunky Bacon and Sweater House
description: Programming and all other random thoughts
baseurl: /myblog/ # the subpath of your site, e.g. /blog/
url: "http://localhost:4000" # the base hostname & protocol for your site
# Build settings
markdown: kramdown
任何提示都会有所帮助!万分感谢!
答案 0 :(得分:0)
原因是您的_config.yml
不在根,设置了source
和destination
个变量。
但是,最简单的方法是创建一个https://github.com/shinshinwu/myblog存储库,并将您的jekyll博客放入其gh-pages分支。
网址仍然是shinshinwu.github.io/myblog,你可以避免混合Jekyll和非Jekyll的东西。