How to separate publications into different folders? #2332
Unanswered
msimchowitz
asked this question in
Q&A
Replies: 1 comment
-
Do you mean something like this? _publications/ manuscripts/ one.md two.md three.md books/ one.md posters/ one.md If so you should be able to organize the Markdown files as in the example and they will still be processed and rendered to the "Publications" page. |
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.
-
Hello! I'd like to keep publications in different folders, say by year (in, for example, _publications/recent or publications/old). To figure this out, I've been trying to understand where the template forms "site.publications" from "/publications", so that I can modify the code to form "site.publications.recent" and iterate over those. Do you know where I would find the code that forms the list of publications from the filenames so that I can modify it?
Thanks!
Max
Beta Was this translation helpful? Give feedback.
All reactions