This repository has been archived on 2022-12-11. You can view files and clone it, but cannot push or open issues or pull requests.
dot-files/.emacs.d/snippets/markdown-mode/blog

14 lines
202 B
Plaintext

# -*- mode: snippet -*-
# name: blog
# key: blog
# --
---
title: ${1:title}
author: `(insert-author)`
date: `(insert-date)`
description: ${2:description}
updated: ${3:updated}
tags: ${4:general}
---
$0