Multiple article-theme
documents in single build?
#1926
Unanswered
jackwayneright
asked this question in
Q&A
Replies: 1 comment
-
@jackwayneright can you elaborate on
To deploy multiple articles (e.g. https://proceedings.scipy.org/2024), developers like Curvenote have built a custom theme that adds a bit of extra logic to handle the index pages etc, and then use a single theme application to serve multiple independently built contents. If you want to build a static site, the easiest thing to do will be to build export multiple HTML builds, and set the proper base URL. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello! I would like to have a site with multiple of the
article-theme
documents, which each one having it's own supporting documents and what not. Then I would have some home page for the site which can link to each of these articles. Is there any straight forward way to accomplish this currently? I should note that I plan to host this as a static site, so the application server functionality is not required. Of course, I could export each sub article individually, but this isn't a particularly practical approach and doesn't scale well. And it would likely result in a lot of duplication and manually management.Beta Was this translation helpful? Give feedback.
All reactions