Replies: 1 comment
-
I figured out the answer. I need to set (_config.yml - add working_papers) All works now. Thanks for listening. |
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
-
The five different types of content Blog Posts, Portfolio, Publications, Talks, Teaching are excellent. How, though, do I add an additional type? (Stuart Geiger's https://stuartgeiger.com/ for instance also has "Expressions" and "Contact" as, what I assume, are new content types.)
Say I want to add a new type "X". I have experimented with putting in additional stanzas in
_config.yml
and_data/navigation.yml
and pouring content into a new folder_X/
. While I can get the path and top-row menu to show appropriately, I can't get the contents ofhttps://DannyQuah.github.io/X/
to display, and thus obviously not either the summary usually rendered. (For now I'm cheating by sneaking it underportfolio/
) Any suggestions gratefully accepted.PS I have studied the Wiki, and have read in the QnA How do I remove and add more pages on the top menu bar #2077. Again, I can add new items in the top menu bar; it is the contents of the folder that I am failing to get to show.
Beta Was this translation helpful? Give feedback.
All reactions