-
Notifications
You must be signed in to change notification settings - Fork 3.9k
How to change automatic words/comment like "Published In"? #3310
-
Hello. I am trying to post work that has not yet been published on my website and I am trying to figure out how to change automatically added components like the "Published In" option. I do't see a way to remove this in the markdown and I have looked through other files but have been unable to find it. Any advice would be appreciated!
Beta Was this translation helpful? Give feedback.
All reactions
Replies: 1 comment 5 replies
-
Depends on the type of content you are adding, but blog posts support future dates and the configuration can be set to hide them prior the date,
Beta Was this translation helpful? Give feedback.
All reactions
-
Ah okay. I am trying to update the Publications section with working papers that are not published. Here is the link:https://mattmcketty.com/research/. I renamed publications to research but the underlying files are the same. Is there a way I can hide the date in publications and the "Published in"? Or just exclude them.
Beta Was this translation helpful? Give feedback.
All reactions
-
I also see now that when my file name does not include a year and date the published date defaults to 1900.
Beta Was this translation helpful? Give feedback.
All reactions
-
The template has a lot of the same design philosophy as a CV, so the expectation is that publications should have a date associated with them and that's incorporated into the code that produces the citation. The Portfolio section is a bit more flexible since it doesn't need to have a date associated with it. The Wiki has a bit more detail on this topic.
Beta Was this translation helpful? Give feedback.
All reactions
-
Ah okay. Is it advisable for us to add our own collections, or will that likely break the code? I don't see anything in the wiki mentioning that specifically
Beta Was this translation helpful? Give feedback.
All reactions
-
Adding collections is fine, the Wiki has a bit about them. At some point I need to write a bit more about how they work.
Beta Was this translation helpful? Give feedback.