奇异的 Jekyll post 异常不渲染
Singular Jekyll post anomaly not rendering
我一直在四处寻找解决方案,但没有找到与我的具体情况相关的任何内容。
问题: 单个 Jekyll post 未显示。
详情:
- 我推送的是一个 Github Pages 站点,所以我不会自己渲染 Jekyll
- 同一个推送到 Github 的另一个 post 是可见的并且很好
- 它与许多其他 post 发布的文件夹位于同一文件夹中(特别是 _post 下的子文件夹)
- 前言的格式与已发布的所有其他 posts 相同
- post 的日期不在未来
- 我在文件中找不到任何非法隐藏字符
- 文件名格式正确
- 有一个 post 在 之后 有问题 post 发布 是 正常工作,我做了一定要清除我的缓存
上下文:这是一个个人D&D相关网站所以请原谅奇怪的内容,但这里是文件的粘贴。该文件名为“2016-11-10-teacup-of-the-tempest.md”
---
title: Teacup of the Tempest
item_id: 88
category: Wondrous
item_subtypes:
- Breastplate
- Half Plate
item_rarity: Very Rare
item_attunement: true
item_requirement: by a Barbarian
item_curse: false
item_classes:
- Barbarian
item_school: Evocation
item_role:
- Attack
item_damage:
- Bludgeoning
tags:
- Exhaustion
- Rage
- Dexterity
- Strength
- Aura
- Bludgeoning
item_idea:
item_co_creator:
item_updated:
last_modified_at:
---
This delicate white teacup is fit for a nobleman, but will not chip or crack. It has been rumored to have been originally found when it was flung through a window, carried from a shipment of china by a violent storm. While you are attuned to the teacup you can gain up to 5 charges that can be used to activate the magic of the teacup.
### Calm Before the Storm
During a short rest if you drink tea from this teacup you regain all expended charges and your exhaustion decreases by 1 level. The tea can be of any type but must be hot when you drink it. You also regain 1 charge each long rest that you take.
### Cyclone
As an action while raging you can expend a charge to attack your enemies with the strength of the storm. As the winds swirl around you you make long sweeping attacks at all enemies within 5 feet. All hostile creatures within range must make a Dexterity saving throw with a DC equal to 8 + your proficiency + your strength modifier. On a failed save they take damage equivalent to two of your weapon attacks.
### Heart of the Storm
When you activate your rage you can choose to expend all 5 charges to release the full power of the tempest. A 20-foot radius sphere of whirling air springs into existence centered on you that follows you until your rage ends. Each creature (not including you) that ends its turn in the sphere must succeed a Strength saving throw with a DC equal to 8 + your proficiency + your strength modifier. On a failed save they take 2d6 bludgeoning damage. Additionally, the sphere’s space is difficult terrain for all creatures besides you.
从所有方面来看,它应该正在渲染,但实际上没有,即使没有 Github 错误。
note: It is not rendering in the pages I have rendering posts by tag or manually accessible by going to the url either.
如果您 运行 在本地站点,您会看到有五个文件正在生成 "Error: could not read file /path/to/file: invalid byte sequence in UTF-8",因为它们有 Western (Windows 1252) 编码,而不是没有 BOM 编码的 UTF-8。
确保:
- wondrous/2016-11-07-urn-of-the-lava-bearer.md,
- wondrous/2016-11-10-teacup-of-the-tempest.md,
- ring/2016-11-16-ring-of-the-golden-defender.md,
- weapon/2016-11-16-lead-hex-crossbow.md,
- 和wand/2016-11-03-staff-of-thundering-orbs.md
是 没有 BOM 的 UTF-8 编码。
我一直在四处寻找解决方案,但没有找到与我的具体情况相关的任何内容。
问题: 单个 Jekyll post 未显示。
详情:
- 我推送的是一个 Github Pages 站点,所以我不会自己渲染 Jekyll
- 同一个推送到 Github 的另一个 post 是可见的并且很好
- 它与许多其他 post 发布的文件夹位于同一文件夹中(特别是 _post 下的子文件夹)
- 前言的格式与已发布的所有其他 posts 相同
- post 的日期不在未来
- 我在文件中找不到任何非法隐藏字符
- 文件名格式正确
- 有一个 post 在 之后 有问题 post 发布 是 正常工作,我做了一定要清除我的缓存
上下文:这是一个个人D&D相关网站所以请原谅奇怪的内容,但这里是文件的粘贴。该文件名为“2016-11-10-teacup-of-the-tempest.md”
---
title: Teacup of the Tempest
item_id: 88
category: Wondrous
item_subtypes:
- Breastplate
- Half Plate
item_rarity: Very Rare
item_attunement: true
item_requirement: by a Barbarian
item_curse: false
item_classes:
- Barbarian
item_school: Evocation
item_role:
- Attack
item_damage:
- Bludgeoning
tags:
- Exhaustion
- Rage
- Dexterity
- Strength
- Aura
- Bludgeoning
item_idea:
item_co_creator:
item_updated:
last_modified_at:
---
This delicate white teacup is fit for a nobleman, but will not chip or crack. It has been rumored to have been originally found when it was flung through a window, carried from a shipment of china by a violent storm. While you are attuned to the teacup you can gain up to 5 charges that can be used to activate the magic of the teacup.
### Calm Before the Storm
During a short rest if you drink tea from this teacup you regain all expended charges and your exhaustion decreases by 1 level. The tea can be of any type but must be hot when you drink it. You also regain 1 charge each long rest that you take.
### Cyclone
As an action while raging you can expend a charge to attack your enemies with the strength of the storm. As the winds swirl around you you make long sweeping attacks at all enemies within 5 feet. All hostile creatures within range must make a Dexterity saving throw with a DC equal to 8 + your proficiency + your strength modifier. On a failed save they take damage equivalent to two of your weapon attacks.
### Heart of the Storm
When you activate your rage you can choose to expend all 5 charges to release the full power of the tempest. A 20-foot radius sphere of whirling air springs into existence centered on you that follows you until your rage ends. Each creature (not including you) that ends its turn in the sphere must succeed a Strength saving throw with a DC equal to 8 + your proficiency + your strength modifier. On a failed save they take 2d6 bludgeoning damage. Additionally, the sphere’s space is difficult terrain for all creatures besides you.
从所有方面来看,它应该正在渲染,但实际上没有,即使没有 Github 错误。
note: It is not rendering in the pages I have rendering posts by tag or manually accessible by going to the url either.
如果您 运行 在本地站点,您会看到有五个文件正在生成 "Error: could not read file /path/to/file: invalid byte sequence in UTF-8",因为它们有 Western (Windows 1252) 编码,而不是没有 BOM 编码的 UTF-8。
确保:
- wondrous/2016-11-07-urn-of-the-lava-bearer.md,
- wondrous/2016-11-10-teacup-of-the-tempest.md,
- ring/2016-11-16-ring-of-the-golden-defender.md,
- weapon/2016-11-16-lead-hex-crossbow.md,
- 和wand/2016-11-03-staff-of-thundering-orbs.md
是 没有 BOM 的 UTF-8 编码。