mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-08 07:56:16 -05:00
gnu: Add emacs-ox-hugo.
gnu/packages/emacs-xyz.scm (emacs-ox-hugo): New variable Signed-off-by: Marius Bakke <mbakke@fastmail.com>
This commit is contained in:
parent
a4a41a7ba8
commit
ae54a4c0ef
1 changed files with 23 additions and 0 deletions
|
@ -17111,6 +17111,29 @@ (define-public emacs-ox-epub
|
|||
zip utility (default is @code{zip}).")
|
||||
(license license:gpl3+)))
|
||||
|
||||
(define-public emacs-ox-hugo
|
||||
(package
|
||||
(name "emacs-ox-hugo")
|
||||
(version "0.8")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
(url "https://github.com/kaushalmodi/ox-hugo.git")
|
||||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"11h464cyc28ld0b0zridgm4drydc1qjxbm1y24zrwlkyqqjk6yr7"))))
|
||||
(build-system emacs-build-system)
|
||||
(home-page "https://ox-hugo.scripter.co")
|
||||
(synopsis "Hugo markdown back-end for Org export engine")
|
||||
(description
|
||||
"Ox-hugo is an Org exporter backend that exports Org to Hugo-compatible
|
||||
Markdown, Blackfriday, and also generates the front-matter in TOML or YAML
|
||||
format.")
|
||||
(license license:gpl3+)))
|
||||
|
||||
(define-public emacs-ox-pandoc
|
||||
(package
|
||||
(name "emacs-ox-pandoc")
|
||||
|
|
Loading…
Reference in a new issue