老九

晕。。。

Jekyll plug-in of Sublime Text has changed

User settings of sublime-jekyll had totally changed. On my Linux,

{
    "jekyll_posts_path": "/home/qcg/blog/_posts",
    "jekyll_drafts_path": "/home/qcg/blog/_drafts",
    "jekyll_uploads_path": "/home/qcg/blog/_uploads"
}

On my Windows,

{
    "jekyll_posts_path": "D:\\repos\\blog\\_posts",
    "jekyll_drafts_path": "D:\\repos\\blog\\_drafts",
    "jekyll_uploads_path": "D:\\repos\\blog\\_uploads"
}

Using template syntax of sublime and YAML syntax to write Front Matter of Jekyll.

---
layout: post
title:
categories: [tech]
tags: [${1}]
published: True
comments: True
---

${3}

[1]: ${2:https://www.google.com.hk/#newwindow=1&q=}
comments powered by Disqus