commit
6784e02b58
@ -77,12 +77,18 @@ snippet include
|
|||||||
options word
|
options word
|
||||||
{% include ${1:#:TARGET} %}
|
{% include ${1:#:TARGET} %}
|
||||||
|
|
||||||
snippet block
|
snippet output
|
||||||
abbr {{ }}
|
abbr {{ }}
|
||||||
alias {{
|
alias {{
|
||||||
options word
|
options word
|
||||||
{{ ${1:#:TARGET} }}
|
{{ ${1:#:TARGET} }}
|
||||||
|
|
||||||
|
snippet filter
|
||||||
|
abbr {{ | }}
|
||||||
|
alias {{
|
||||||
|
options word
|
||||||
|
{{ ${1:#:TARGET} | ${2:#:filter} }}
|
||||||
|
|
||||||
|
|
||||||
# Jekyll enhancements
|
# Jekyll enhancements
|
||||||
|
|
||||||
@ -105,3 +111,18 @@ snippet post_url
|
|||||||
options word
|
options word
|
||||||
{% post_url ${1:#:TARGET} %}
|
{% post_url ${1:#:TARGET} %}
|
||||||
|
|
||||||
|
snippet gist
|
||||||
|
options word
|
||||||
|
{% gist `getreg('+')=='' ? '<\`0\`>' : getreg('+')` %}
|
||||||
|
|
||||||
|
snippet front-matter
|
||||||
|
abbr layout title category
|
||||||
|
alias ---
|
||||||
|
options head
|
||||||
|
---
|
||||||
|
layout: ${1}
|
||||||
|
title: ${2}
|
||||||
|
category: ${3}
|
||||||
|
---
|
||||||
|
${0}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user