.Kind (page): .Type (posts) / .Layout ()
Bundle: n/a (regular page)
[ 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 8b97276 "test: Multi-line shortcode in "export hugo" block" on 2022-04-23.
Markdown source of this page

Export block Hugo

tags: export-block hugo


Description/Summary

Testing #+begin_export hugo .. #+end_export blocks.

Content

This will get exported only for Hugo exports, verbatim.

Using export hugo block for unpaired shortcodes with named arguments #

ox-hugo Issue #624 Below:

#+begin_export hugo
{{< myshortcode-named
      arg1="horizontal"
      arg2="static/img/legacy/works/land"
>}}
#+end_export

renders as:


Page (Debug)

Page VariableValue
Name "Export block Hugo"
Title "Export block Hugo"
ResourceType "page"
Kind "page"
Section "posts"
Draft false
Type "posts"
Layout ""
Permalink "https://ox-hugo.scripter.co/test/posts/export_block_hugo/"
RelPermalink "/posts/export_block_hugo/"
Data
page.Data{} (type:page.Data)
NextPageExport block HTML
PrevPageExport block Markdown
NextInSectionExport block HTML
PrevInSectionExport block Markdown

Page Params (Debug)

KeyTypeValue
descriptionstring "Testing `#+begin_export hugo` .. `#+end_export` blocks."
draftbool false
iscjklanguagebool false
lastmodtime.Time 2022-04-23 21:36:43 -0400 -0400
tags[]string "export-block" "hugo"
titlestring "Export block Hugo"

File Object (Debug)

FileInfo VariableValue
UniqueID "4bcabb331c76104bf774194f5713b6e2"
BaseFileName "export_block_hugo"
TranslationBaseName "export_block_hugo"
Lang "en"
Section "posts"
LogicalName "export_block_hugo.md"
Dir "posts/"
Ext "md"
Path "posts/export_block_hugo.md"

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]