我正试着通过Jekyll和GitHub建立一个博客。要部署它并不是什么大问题,然而,在尝试遵循here描述的步骤时,我只是设法使它在本地显示黑色皮肤。有没有办法把它也部署到GithubPages上?我是通过
gem "minima", git: "https://github.com/jekyll/minima"
然后在_config.yml中添加了以下两行
_config.yml
minima: skin: dark
This是包含ruby代码的存储库。
发布于 2021-07-28 21:07:02
我用的是Chrome,很明显,在过去的一个小时里,用Cookies and other site data和Cached images and files检查的Clear browsing data使本地更新看起来是实时的。
Cookies and other site data
Cached images and files
Clear browsing data
https://stackoverflow.com/questions/68518590
相似问题