Replies: 1 comment
-
No, each site needs a separate file.
That will need a non-trivial amount of work, and I don't plan on adding support for that. Right now, ox-hugo exports links using a simple but fairly robust way.. it exports cross-post links as Hugo relref shortcodes. Reasons:
Ox-hugo doesn't provide a way to export all the files, but the nuances of exporting multiple files is different for different people. You can find one example of doing this here: #585 (reply in thread)
This is already supported using the default Summary:
|
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Is it possible to publish multiple hugo sites from a single org file?
This syntax exports everything under
website1:Ultimately I would like to be able to link from articles in
website1to ones inwebsite2and have the links prefixed with the domain name (e.g.http://website1.com/article1). But for the time being, being able to export them to separate dirs will be good.Also I'd want some kind of wim export that exports all of the subtrees in a particular site, or all subtrees in the file.
Beta Was this translation helpful? Give feedback.
All reactions