Chireiden

地霊殿

地霊殿,充满幻想与希望的殿堂


夢も希望も無い、毎日がそんな生活だった。

制作主题时踩的坑

自定义主题的时候遇到的一些问题记录如下:

  1. 设置好 index.ejs 布局后 hexo generate 出错
ERROR D:\GitHub\RedContritio.github.io\themes\landscape\layout\index.ejs:1
 >> 1| <% page.posts.each(function(post){ %>
    2|
    3| <% }) %>

Cannot read property 'each' of undefined

这个现象会出现是因为没有找到其他的布局框架,导致 post 也用 index.ejs 布局,但是 post 页面内无法进行 posts 的迭代从而出错。

发现问题

众所周知,设置 matplotlib 输出中文需要:

plt.rcParams['font.sans-serif']=['SimHei']  # 用来正常显示中文标签
plt.rcParams['axes.unicode_minus']=False  # 用来正常显示负号

C++ is a horrible language. It's made more horrible by the fact that a lot of substandard programmers use it, to the point where it's much much easier to generate total and utter crap with it.
Linus Torvalds

pythonmatplotlib Continue
社团课程 Continue