Tips when using Git

Posted by Jianing on February 1, 2020

Building blogs with Jekyll

Available sources: jekyll

Build Github Pages

Issues

How to add images?

  • 图片不能放在_posts目录里(这个目录只会读取html/md并转换为网页保存到sites里面)
  • 根目录下的普通文件夹会直接复制到服务器上。
  • 如果_posts文件夹里有不同的层级结构,typora需要设置image自动保存到绝对路径。
  • front-matter里面的typora-image-root配置,不知道是干啥子的。

How to enable Latex?