~cytrogen/.emacs.d

.emacs.d/snippets/org-mode/hugo-blog -rw-r--r-- 321 bytes
e2b51cc0 — Cytrogen chore: 更新 gitignore 和数据文件 a month ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# -*- mode: snippet -*-
# name: Hexo Blog Post
# key: hblog
# --
#+TITLE: ${1:文章标题}
#+DATE: `(format-time-string "%Y-%m-%d %H:%M:%S")`
#+LANG: zh
#+FILETAGS: :$2:
#+TAGS: :$3:
#+CATEGORIES: $4
#+ABBRLINK: $5
#+MATHJAX: false
#+HIDDEN: true
#+DESCRIPTION:
#+DIARY_MONTH:
#+OPTIONS: \n:t toc:nil num:nil

#+HTML: $0