emacs-files/snippets/org-mode/blog

16 lines
608 B
Plaintext

#contributor : Seth Morabito <web@loomcom.com>
#name : New Blog File
# --
#+AUTHOR: Seth Morabito
#+EMAIL: web@loomcom.com
#+TITLE: $1
#+DATE: `(format-time-string "<%Y-%m-%d %a %H:%M>" (current-time))`
#+HTML_HEAD_EXTRA: <meta name="og:title" content="$1" />
#+HTML_HEAD_EXTRA: <meta name="twitter:card" content="summary" />
#+HTML_HEAD_EXTRA: <meta name="twitter:image" content="${2:https://loomcom.com/images/blog/summary.png}" />
#+HTML_HEAD_EXTRA: <meta name="twitter:title" content="$1" />
#+HTML_HEAD_EXTRA: <meta name="twitter:description" content="${3:$1}" />
#+OPTIONS: toc:nil num:nil ':t
$0