.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

Code-fenced source blocks

(Last modified on Fri May 27, 2022)

Here the source blocks are explicitly set to be code-fenced by setting the EXPORT_HUGO_CODE_FENCE property to t. Here are few variables that you might like to change in the local.mk: prefix Org installation directory prefix = /dir/where/you/want/to/install/org # Default: /usr/share The .el files will go to $(prefix)/emacs/site-lisp/org by default. If you’d like to change that, you can tweak the lispdir variable. infodir Org Info installation directory. I like to keep the Info file for development version of Org in a separate directory.

Source blocks with Hugo highlight shortcode

(Last modified on Fri May 27, 2022)

Here are few variables that you might like to change in the local.mk: prefix Org installation directory prefix = /dir/where/you/want/to/install/org # Default: /usr/share The .el files will go to $(prefix)/emacs/site-lisp/org by default. If you’d like to change that, you can tweak the lispdir variable. infodir Org Info installation directory. I like to keep the Info file for development version of Org in a separate directory. infodir = $(prefix)/org/info # Default: $(prefix)/info ORG_MAKE_DOC Types of Org documentation you’d like to build by default.

Source blocks with highlight shortcode

(Last modified on Fri May 27, 2022)

Note that to disable the code fence option, the value portion of the property needs to be left empty instead of setting to nil! :PROPERTIES: :EXPORT_HUGO_CODE_FENCE: :END: Here are few variables that you might like to change in the local.mk: prefix Org installation directory prefix = /dir/where/you/want/to/install/org # Default: /usr/share The .el files will go to $(prefix)/emacs/site-lisp/org by default. If you’d like to change that, you can tweak the lispdir variable.

Code-fenced source blocks (default behavior)

(Last modified on Fri May 27, 2022)

The source blocks are code-fenced by default. Here are few variables that you might like to change in the local.mk: prefix Org installation directory prefix = /dir/where/you/want/to/install/org # Default: /usr/share The .el files will go to $(prefix)/emacs/site-lisp/org by default. If you’d like to change that, you can tweak the lispdir variable. infodir Org Info installation directory. I like to keep the Info file for development version of Org in a separate directory.

Source block with caption

(Last modified on Fri May 27, 2022)

prefix = /dir/where/you/want/to/install/org # Default: /usr/share Code Snippet 1: Prefix value in local.mk (message "hello") Code Snippet 2: Hello — Caption with em-dash – and – en-dash

Links to source blocks

(Last modified on Fri May 27, 2022)

Test for internal links to source block references.

Inlined SVG

(Last modified on Fri May 27, 2022)

Test inlined SVGs with hyperlinks.

Links to Org Elements (tables, source blocks, ..)

(Last modified on Fri May 27, 2022)

Test for links generated for internal links to tables, source blocks, figures. Also the language is set to “de” to test the translation of Org element strings.

Source and example blocks in lists

(Last modified on Fri May 27, 2022)

Test to verify rendering of source and example blocks in lists.

Paragraphs in lists

(Last modified on Fri May 27, 2022)

Test paragraphs inside various list types.


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]