首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >奇异Jekyll后异常未呈现

奇异Jekyll后异常未呈现
EN

Stack Overflow用户
提问于 2018-03-28 17:58:11
回答 1查看 39关注 0票数 0

我一直在寻找解决这一问题的办法,但我没有想出任何与我的具体情况有关的问题。

问题:没有出现一个Jekyll帖子。

详细信息:

  • 这是我推送到的Github页面站点,所以我不自己呈现Jekyll。
  • 在相同的推送中的另一个帖子是可见的,也很好。
  • 它与发布的其他文章(特别是_posts下的子文件夹)位于同一个文件夹中。
  • 前面的内容的格式与发布的所有其他帖子相同。
  • 这个职位的日期不在将来。
  • 在文件中找不到非法的隐藏字符。
  • 文件的名称被正确地格式化。
  • 在这篇文章之后,有一篇文章正在正常运行,我确保清除了我的缓存。

上下文:这是一个与D&D相关的个人站点,所以请原谅奇怪的内容,但是这里是文件的粘贴。文件名为“2016-11-10-tempest.md茶杯”

代码语言:javascript
复制
---
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错误。

注意:它不是呈现在页面中,我有标记呈现文章,也没有手动访问到url。

EN

回答 1

Stack Overflow用户

回答已采纳

发布于 2018-03-29 04:58:05

如果您在本地运行站点,您将看到有五个文件正在产生“错误:无法读取文件/路径/to/ file : UTF-8"中的无效字节序列,因为它们具有Western (Windows 1252)编码,而不是没有BOM编码的UTF-8。

确保:

  • wondrous/2016-11-07-urn-of-the-lava-bearer.md,
  • 神奇的/2016-11-10-茶杯-天后,
  • ring/2016-11-16-ring-of-the-golden-defender.md,
  • 武器/2016-11-16-领先-六角-十字.11,
  • 和wand/2016-11-03-雷鸣工作人员-轨道

是UTF-8,没有BOM编码.

票数 1
EN
页面原文内容由Stack Overflow提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://stackoverflow.com/questions/49541213

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档