Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用 Pelican 发布博客,出于某种原因,2 个月前有效的同一命令引发了以下错误:
错误:无法处理 md/artigo 4 - teste.md | ImportError:没有名为typogrify.filters的模块
我正在使用以下命令在 github 页面上发布:
make github
此命令引发相同的错误:
pelican content -o output -s pelicanconf.py
知道发生了什么吗?
通过以下方式安装 Typogrify:
pip install typogrify
...或通过设置文件中的以下行将其关闭:
TYPOGRIFY = False