From c23ea5ed6ea8fb5c6e15636fb20a34ad16f6c47f Mon Sep 17 00:00:00 2001 From: Kaushal Modi Date: Wed, 6 Sep 2017 16:44:04 -0400 Subject: [PATCH] Minor tweaks to the package commentary --- ox-blackfriday.el | 2 +- ox-hugo.el | 9 +++++---- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/ox-blackfriday.el b/ox-blackfriday.el index 91de583..7dec4d7 100644 --- a/ox-blackfriday.el +++ b/ox-blackfriday.el @@ -8,7 +8,7 @@ ;; This library implements a Markdown back-end (Blackfriday flavor ;; (https://github.com/russross/blackfriday)) for Org exporter, based -;; on the `md' back-end. +;; on the ox-md exporter. ;; It is mostly copied from Lats Tveito's GitHub Flavored Markdown ;; exporter (https://github.com/larstvei/ox-gfm). diff --git a/ox-hugo.el b/ox-hugo.el index 73faaa7..1deaf92 100644 --- a/ox-hugo.el +++ b/ox-hugo.el @@ -10,11 +10,12 @@ ;;; Commentary: ;; This library implements a Markdown back-end compatible with the -;; Hugo static site generator (https://gohugo.io/). +;; Hugo static site generator (https://gohugo.io/) for Org exporter. +;; This includes the generation of the Hugo post front-matter in TOML +;; or YAML. -;; Very early version of this package started off as a fork of the -;; ox-hugo package by helloyi (https://github.com/helloyi/ox-hugo). -;; But it has since been re-written and modified heavily. +;; See the README and Wiki on https://github.com/kaushalmodi/ox-hugo +;; for examples and instructions. ;;; Code: