我一直在寻找解决这一问题的办法,但我没有想出任何与我的具体情况有关的问题。
问题:没有出现一个Jekyll帖子。
详细信息:
上下文:这是一个与D&D相关的个人站点,所以请原谅奇怪的内容,但是这里是文件的粘贴。文件名为“2016-11-10-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错误。
注意:它不是呈现在页面中,我有标记呈现文章,也没有手动访问到url。
发布于 2018-03-29 04:58:05
如果您在本地运行站点,您将看到有五个文件正在产生“错误:无法读取文件/路径/to/ file : UTF-8"中的无效字节序列,因为它们具有Western (Windows 1252)编码,而不是没有BOM编码的UTF-8。
确保:
是UTF-8,没有BOM编码.
https://stackoverflow.com/questions/49541213
复制相似问题