15 lines
372 B
Text
15 lines
372 B
Text
|
# -*- mode: snippet -*-
|
||
|
# name: hugo-frontmatter
|
||
|
# key: hfm
|
||
|
# --
|
||
|
#+author: Ray Miller
|
||
|
#+hugo_publishdate: `(format-time-string "%Y-%m-%dT%T%z")`
|
||
|
#+date: `(format-time-string "%Y-%m-%dT%T%z")`
|
||
|
#+hugo_auto_set_lastmod: t
|
||
|
#+hugo_categories: $1
|
||
|
#+filetags: $2
|
||
|
#+toc: headlines 3
|
||
|
#+draft: false
|
||
|
#+hugo_section: ${3:post}
|
||
|
#+hugo_custom_front_matter: :summary "I NEED A SUMMARY"
|