【发布时间】:2015-07-23 17:05:54
【问题描述】:
抱歉,我是 Jekyll 的新手。我在https://github.com/daattali/beautiful-jekyll使用Beautiful Jekyll 主题
在导航栏上,“关于我”和“联系人”都重定向到 404.html 页面。
在 _config.yml 中,我看到以下内容
# List of links in the navigation bar
navbar-links:
Home: ""
About Me: "about"
Contact: "contact"
在我的根目录中,我确实看到了 about.md 和 contact.md
关于.md
---
layout: page
title: About
---
# Hello World
contact.md
---
layout: page
title: Contact
---
# Contact Page
我应该在这里解决什么问题?
【问题讨论】:
标签: jekyll