尝试通过 Poole/lanyon 实现 Jekyll 但未显示格式
Trying to implement Jekyll via the Poole/lanyon but formatting is not appearing
我目前正在完成我的第一个 Jekyll 网页实现(通过 Github 页),我正在尝试使用 Poole: Lanyon 结构。然而,虽然静态站点似乎处于活动状态,但它没有采用任何格式。
我不知道我是否需要从 lanyon github 页面 (https://github.com/poole/lanyon) 添加任何其他内容,或者它是否与我的“_config”文件有关,该文件目前看起来如下(或者是一个完全不同的问题):
title: Michael
tagline: 'hopefully a blog2'
description: 'A reserved <a href="https://jekyllrb.com" target="_blank">Jekyll</a> theme that places the utmost gravity on content with a hidden drawer. Made by <a href="https://twitter.com/mdo" target="_blank">@mdo</a>.'
url: "/michaelmarzec.github.io"
baseurl: "https://michaelmarzec.github.io"
paginate: 5
permalink: pretty
# About/contact
author:
name: Mark Otto
url: https://twitter.com/mdo
email: markdotto@gmail.com
# Gems
plugins:
- jekyll-paginate
# Custom vars
version: 1.1.0
google_analytics_id: #UA-XXXX-Y
我的 github 存储库在这里:https://github.com/michaelmarzec/michaelmarzec.github.io
这里是尝试的网站:https://michaelmarzec.github.io/
任何建议或意见将不胜感激!
看来我对这个问题想得太多了 - 以下是我的简单解决方案:
url: https://michaelmarzec.github.io/
baseurl: ''
我目前正在完成我的第一个 Jekyll 网页实现(通过 Github 页),我正在尝试使用 Poole: Lanyon 结构。然而,虽然静态站点似乎处于活动状态,但它没有采用任何格式。
我不知道我是否需要从 lanyon github 页面 (https://github.com/poole/lanyon) 添加任何其他内容,或者它是否与我的“_config”文件有关,该文件目前看起来如下(或者是一个完全不同的问题):
title: Michael
tagline: 'hopefully a blog2'
description: 'A reserved <a href="https://jekyllrb.com" target="_blank">Jekyll</a> theme that places the utmost gravity on content with a hidden drawer. Made by <a href="https://twitter.com/mdo" target="_blank">@mdo</a>.'
url: "/michaelmarzec.github.io"
baseurl: "https://michaelmarzec.github.io"
paginate: 5
permalink: pretty
# About/contact
author:
name: Mark Otto
url: https://twitter.com/mdo
email: markdotto@gmail.com
# Gems
plugins:
- jekyll-paginate
# Custom vars
version: 1.1.0
google_analytics_id: #UA-XXXX-Y
我的 github 存储库在这里:https://github.com/michaelmarzec/michaelmarzec.github.io
这里是尝试的网站:https://michaelmarzec.github.io/
任何建议或意见将不胜感激!
看来我对这个问题想得太多了 - 以下是我的简单解决方案:
url: https://michaelmarzec.github.io/
baseurl: ''