DigitaleGesellschaft / jekyll-theme-conference

Jekyll template for a conference website containing program, speaker, talks and room overview
MIT License
64 stars 59 forks source link

How to modify the "Talks at this conference:" and "More Information:" titles #12

Closed Agharabo closed 3 years ago

Agharabo commented 3 years ago

Sorry for probably such an obvious question but I am quite a novice. I tried to search where I can modify the "Talks at this conference:" and "More Information:" that shows on the personal page of each speaker but without success. Could you help me out?

lorenzschmid commented 3 years ago

"Talks at this conference" simply lists all talks for which the given speaker is listed as a speaker in the front matter of the talk. Have a look at _talks/talk1.md where Tolga Philip is listed as speaker. This is explained in detail in the README.md#talks.

"More Information" is shown as soon as you add links for a given speaker in its front matter. Have a look at _speakers/person-a.md where a profile link is added for Tolga Philip. This is explained in detail in the README.md#speakers.

Agharabo commented 3 years ago

Thank you for the response. I think I wasn't clear enough; I understood how they works, but what I try to achieve is to change the titles for these sections. For example change "Talks at this conference" to "Talks at this seminar".

lorenzschmid commented 3 years ago

All clear now, thanks for the clarifications. Simply copy _data/lang.yml to your Jekyll repo (same location). It will overwrite the data from the theme and you can adapt all strings of the theme to your liking.

Agharabo commented 3 years ago

Thank you very much for the prompt response. Apparently, my search engine is not searching in .yml files; I was trying to cheat but it didn't work ;). Thanks again for the response and for the excellent theme.

lorenzschmid commented 3 years ago

Great, you're welcome!