【发布时间】:2021-10-12 13:20:55
【问题描述】:
我已关注this tutorial and the following ones,使用 Jekyll 创建了一个 Github Pages 网站。现在我有了minima 主题,但它似乎与official repo 的版本不同,因为repo 的_config.yml 中的参数不适用于我的(例如,对于Twitter 链接,我有一个twitter_username参数,而 social_links 下的 repo 的 twitter 不起作用)。
奇怪的是,在页脚中,title 参数重复了两次,因为它同时呈现在 index.html 中的 footer-heading 和 p-name 元素中。有什么方法可以改变 html 中这些元素的渲染内容吗?
【问题讨论】:
标签: jekyll github-pages