.Kind (home): .Type (page) / .Layout ()
Bundle: branch
[ categories | tags | search ]
ox-hugo Test Site

This is the test site for the ox-hugo package for Emacs/Org-mode.

It is updated automatically after each commit to the ox-hugo repo. It was last updated on Mar 05, 2024 19:24 UTC.


This page was created/modified in commit f0dd0e2 "Support image copying for the homepage branch bundle case" on 2018-04-23.
Markdown source of this page

Content

Image in homepage branch bundle:


Resources

(Last modified on Fri Dec 1, 2017)

This post will be exported without title in the front-matter because it is explicitly set to empty using :EXPORT_TITLE:.

Under_scores_in_title

(Last modified on Fri Dec 1, 2017)

Ensure that the underscores in title string of front matter do not get escaped.. foo_bar must not become foo\_bar.

Post 2

(Last modified on Thu Nov 30, 2017)

This post has no date. Export this second post only by bringing point here and doing M-x org-hugo-export-wim-to-md.

Post 1

(Last modified on Thu Nov 30, 2017)

Export this first post only by bringing point here and doing M-x org-hugo-export-wim-to-md.

Bind footnotes to the preceding word

(Last modified on Wed Nov 29, 2017)

ox-hugo Issue #96 To test the fix for this, increase/decrease the width of the browser window showing this page so that the test lines below start wrapping around, and you will see that the footnote references will never be on their own on a new line. Footnote ref at EOL # Last word, followed by FOOTNOTE PERIOD — Good Case A # As there is no space in-between “word FOOTNOTE PERIOD”, this text will stay unmodified.

Code-fenced source blocks with backticks

(Last modified on Tue Nov 28, 2017)

This code block contains a fenced code block with 4 backticks: ````emacs-lisp (message "Hello") ```` This code block contains a fenced code block with 3 backticks: ```emacs-lisp (message "Hello again") ``` This code block contains no backticks: (message "Hello again x2") This code block again contains a fenced code block with 4 backticks: ````emacs-lisp (message "Hello again x3") ```` This code block contains a fenced code block with 6 backticks:

Setting empty outputs is fine

(Last modified on Wed Nov 15, 2017)

If the EXPORT_HUGO_OUTPUTS property is left empty/unset, ox-hugo will not set the outputs variable in the front-matter at all. So only the HTML output will be created (default).

Output HTML and JSON

(Last modified on Wed Nov 15, 2017)

Note: A single.json is required to be at a valid location in the template lookup hierarchy for the JSON outputs to be created. Here’s the JSON output version of this page.

Post with TOC using keyword set to 0

(Last modified on Thu Nov 9, 2017)

Post sub-heading 1 # Post sub-heading 1.1 # Post sub-heading 1.1.1 # Post sub-heading 1.2 # Post sub-heading 1.3 # Post sub-heading 2 # Post sub-heading 2.1 # Post sub-heading 2.2 # Post sub-heading 2.2.1 # Post sub-heading 2.2.2 # The UNNUMBERED property for this subtree is set to t. So this heading will show up as unnumbered in both the post body and the TOC. Post sub-heading 2.2.3 # Post sub-heading 3 # Post sub-heading 3.

Number all levels

(Last modified on Thu Nov 9, 2017)

1 Post sub-heading 1 # 1.1 Post sub-heading 1.1 # 1.1.1 Post sub-heading 1.1.1 # 1.2 Post sub-heading 1.2 # 1.3 Post sub-heading 1.3 # 2 Post sub-heading 2 # 2.1 Post sub-heading 2.1 # 2.2 Post sub-heading 2.2 # 2.2.1 Post sub-heading 2.2.1 # Post sub-heading 2.2.2 # The UNNUMBERED property for this subtree is set to t. So this heading will show up as unnumbered in both the post body and the TOC.


This site is generated using the ox-hugo package for Emacs/Org-mode + hugo-bare-min-theme + Hugo 0.101.0 (commit 466fa43c16709b4483689930a4f9ac8add5c9f66) . This site is powered by Netlify.
[Test Site home | ox-hugo home]