You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm not sure why. Maybe it takes too long to populate?
Anyway, if we cannot anchor to the entires, I no longer feel we can use Hugo data templates for the directory. I think its super important that people can actually link to a specific entry.
To do that, we'll need to alter the entire way the directory works, meaning changes to the website and the private directory repo.
My idea would be to treat the directory as content/directory, and have each person be their own page. I think we can use page bundles and have each entry look something like this:
content/directory/
- index.md
- profile.png
The main directory data would then be saved as yaml, rather than json. This way, we could also open up for people to write more "free text" to be in their main md content, something we dont have now.
---name: Athanasia Mo MowinckelcreatedTime: '2023-05-15T06:05:31.000Z'honorific: Doctor of Philosophy (PhD)pronouns: She/Hercontact_method:
- github
- website
- mastodonfeatured: trueinterests:
- R
- Research
- Software Engineering
- Data Management
- Bioinformatics
- Cognitive Science
- Reproducible Researchlanguages:
- English
- Norwegian
- Swedishlast_updated: '2023-05-15'social_media:
github: drmowinckelsmastodon: https://fosstodon.org/@Drmowinckelstwitter: drmowinckelswebsite: www.drmowinckels.iowork:
department: LCBCorganisation: University of Oslotitle: Staff Scientist & RSEurl: https://oslobrains.nolocation:
city: Oslocountry: Norwayr_groups:
R-Ladies Oslo: https://www.meetup.com/rladies-oslo/Oslo useR! group: https://www.meetup.com/oslo-user-group/activities:
r_groups:
R-Ladies Oslo: https://www.meetup.com/rladies-oslo/Oslo useR! group: https://www.meetup.com/oslo-user-group/r_packages:
ggseg: https://ggseg.r-universe.dev/buildsnettskjemar: https://lcbc-uio.github.io/nettskjemar/uiothemes: https://www.capro.dev/uiothemes/photo:
url: directory/athanasia-mo-mowinckel.png---
I am super cool and love R. My cat is awesome and so is my wife.
with this format, the hugo template for the cards should not substantially change, the json and yaml keys should be indexed mych the same way as long as the source data is linked to correctly.
The text was updated successfully, but these errors were encountered:
I'm not sure why. Maybe it takes too long to populate?
Anyway, if we cannot anchor to the entires, I no longer feel we can use Hugo data templates for the directory. I think its super important that people can actually link to a specific entry.
To do that, we'll need to alter the entire way the directory works, meaning changes to the website and the private directory repo.
My idea would be to treat the directory as content/directory, and have each person be their own page. I think we can use page bundles and have each entry look something like this:
content/directory/
- index.md
- profile.png
The main directory data would then be saved as yaml, rather than json. This way, we could also open up for people to write more "free text" to be in their main md content, something we dont have now.
with this format, the hugo template for the cards should not substantially change, the json and yaml keys should be indexed mych the same way as long as the source data is linked to correctly.
The text was updated successfully, but these errors were encountered: