Skip to content

Commit

Permalink
Bump to version v0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
kaushalmodi committed Nov 6, 2017
1 parent 60359d5 commit 8552ca1
Show file tree
Hide file tree
Showing 5 changed files with 26 additions and 2 deletions.
6 changes: 6 additions & 0 deletions README.org
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,12 @@ The common =ox-hugo= export bindings are:
Do =M-x customize-group=, and select =org-export-hugo= to see the
available customization options for this package.
* Changelog
** v0.5 <2017-11-06 Mon>
*** Features
- Export TOC as a Markdown ordered list. See [[https://ox-hugo.scripter.co/doc/org-toc][Table of
Contents]].
- =#+ATTR_HTML= above http/https/ftp links is now supported (useful
for specifying the =target=, =rel=, attributes, for example).
** v0.4.1 <2017-10-29 Sun>
*** Features
- Support specifying the =:height= parameter in the =#+ATTR_HTML=
Expand Down
3 changes: 2 additions & 1 deletion doc/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,8 @@ disableFastRender = true # Hugo 0.30
# where foo = section name without double quotes for which we want to have
# the custom permalinks. If foo is 'posts', it will apply to content in
# content/posts/ dir. The "bar" portion is how you want the links to look.
doc = "/doc/:slug/"
# https://gohugo.io/content-management/urls/#permalink-configuration-values
doc = "/doc/:filename/"
test = "/test/:slug/"

[params]
Expand Down
11 changes: 11 additions & 0 deletions doc/content/doc/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,17 @@ draft = false
identifier = "changelog"
+++

## v0.5 <span class="timestamp-wrapper"><span class="timestamp">&lt;2017-11-06 Mon&gt;</span></span> {#v0-dot-5}


### Features {#features}

- Export TOC as a Markdown ordered list. See [Table of
Contents](/doc/org-toc).
- `#+ATTR_HTML` above http/https/ftp links is now supported (useful
for specifying the `target`, `rel`, attributes, for example).


## v0.4.1 <span class="timestamp-wrapper"><span class="timestamp">&lt;2017-10-29 Sun&gt;</span></span> {#v0-dot-4-dot-1}


Expand Down
6 changes: 6 additions & 0 deletions doc/ox-hugo-manual.org
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,12 @@
:PROPERTIES:
:CUSTOM_ID: changelog
:END:
** v0.5 <2017-11-06 Mon>
*** Features
- Export TOC as a Markdown ordered list. See {{{doc(org-toc,Table of
Contents)}}}.
- =#+ATTR_HTML= above http/https/ftp links is now supported (useful
for specifying the =target=, =rel=, attributes, for example).
** v0.4.1 <2017-10-29 Sun>
*** Features
- Support specifying the =:height= parameter in the =#+ATTR_HTML=
Expand Down
2 changes: 1 addition & 1 deletion ox-hugo.el
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
;; URL: https://ox-hugo.scripter.co
;; Package-Requires: ((emacs "24.5") (org "9.0"))
;; Keywords: Org, markdown, docs
;; Version: 0.4.1
;; Version: 0.5

;;; Commentary:

Expand Down

0 comments on commit 8552ca1

Please sign in to comment.