First commit.
This commit is contained in:
14
snippets/org-mode/blog
Normal file
14
snippets/org-mode/blog
Normal file
@ -0,0 +1,14 @@
|
||||
# -*- mode: snippet -*-
|
||||
# name: blog
|
||||
# key: blog
|
||||
# uuid: blog
|
||||
# --
|
||||
#+startup: showall indent
|
||||
#+startup: hidestars
|
||||
#+begin_html
|
||||
---
|
||||
layout: default
|
||||
title: ${1:title}
|
||||
excerpt: ${2:excerpt}
|
||||
---
|
||||
$0
|
Reference in New Issue
Block a user