diff --git a/README.org b/README.org index 3eb3bf6..1c62967 100644 --- a/README.org +++ b/README.org @@ -20,6 +20,11 @@ Here is the blogging flow when using this package: This project consists of =ox-blackfriday.el= too. It is a derivation of [[https://github.com/larstvei/ox-gfm][=ox-gfm=]] with support added for Blackfriday Markdown tables and many other tweaks. =ox-hugo= backend extends from this. + +Before you read further, see below (Org on the left, and export +Markdown with Hugo front-matter on the right). + +[[https://raw.githubusercontent.com/kaushalmodi/ox-hugo/master/doc/images/org-md.png][https://raw.githubusercontent.com/kaushalmodi/ox-hugo/master/doc/images/org-md.png]] * Why =ox-hugo=? Using Org just as a markup like Markdown is a miniscule part of its complete feature-set. Org also allows stuff like: diff --git a/doc/images/org-md.png b/doc/images/org-md.png new file mode 100755 index 0000000..66e13bf Binary files /dev/null and b/doc/images/org-md.png differ diff --git a/doc/ox-hugo-manual.org b/doc/ox-hugo-manual.org index c4ec5ce..5940f94 100644 --- a/doc/ox-hugo-manual.org +++ b/doc/ox-hugo-manual.org @@ -73,6 +73,12 @@ Here is the blogging flow when using this package: This project consists of =ox-blackfriday.el= too. It is a derivation of [[https://github.com/larstvei/ox-gfm][=ox-gfm=]] with support added for Blackfriday Markdown tables and many other tweaks. =ox-hugo= backend extends from this. + +Before you read further, you can see below the outcome of an =ox-hugo= +export (Org on the left; exported Markdown with Hugo front-matter on +the right). + +#+INCLUDE: "./ox-hugo-manual.org::#screenshot" :only-contents t ** Why =ox-hugo=? :wiki: :PROPERTIES: :EXPORT_FILE_NAME: Why ox-hugo? @@ -340,6 +346,12 @@ git clone https://github.com/kaushalmodi/ox-hugo.wiki.git If changes are only to this Wiki, I believe you can push them directly using =git= or manually edit those here. +** Screenshot :wiki: +:PROPERTIES: +:EXPORT_FILE_NAME: Screenshot +:CUSTOM_ID: screenshot +:END: +[[https://raw.githubusercontent.com/kaushalmodi/ox-hugo/master/doc/images/org-md.png][https://raw.githubusercontent.com/kaushalmodi/ox-hugo/master/doc/images/org-md.png]] ** Org Capture Setup :wiki: :PROPERTIES: :EXPORT_FILE_NAME: Org Capture Setup diff --git a/doc/ox-hugo.wiki b/doc/ox-hugo.wiki index 5d53d0a..71f30da 160000 --- a/doc/ox-hugo.wiki +++ b/doc/ox-hugo.wiki @@ -1 +1 @@ -Subproject commit 5d53d0ab7292734ceb021b9b39a198b532ac7404 +Subproject commit 71f30da09e1c7dca83a56098d3c96d13bec79fe6