我是jekyll的新手,我正试图弄清楚如何让配置'baseurl'和'url'在github上运行
我在_config.xml
中设置为这样配置:
baseurl: /documentation
url: https://michaelpw.github.io/
但是,当我打开此页面https://michaelpw.github.io/documentation/时,它显示错误404未找到。
有谁知道出了什么问题?我在当地进行了测试,一切正常。
答案 0 :(得分:2)
目前,您的网站已部署到https://michaelpw.github.io/
。
要将其设置为https://michaelpw.github.io/documentation/
,您需要将网站移至名为documentation
的单独存储库,而不是michaelpw.github.io
。
答案 1 :(得分:0)
我认为Base Url的含义并不清晰。请review this link
如果你想设置一个基本网址,你需要在Github中创建一个新的Jekyll网站 - > Follow these steps