guix-config/dotfiles/emacs/.config/doom/snippets/org-mode/hugo-frontmatter

15 lines
372 B
Text
Raw Permalink Normal View History

2025-02-22 14:45:03 +00:00
# -*- 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"