open-neuroscience / open-neuroscience.github.io

new implementation of Open Neuroscience website
https://open-neuroscience.com/
MIT License
17 stars 5 forks source link

update code generating posts #39

Open amchagas opened 2 years ago

amchagas commented 2 years ago

this follows our monthly meetings, where we discussed that the newest version of the website template allows us to add information about twitter accounts and code to top of the project page, also that Hugo has a nice way of embedding YT content.

I created an empty template project page, which has the YAML header with all possible attributes. This lives here

Youtube tags example for hugo can be seen here

but mostly it is just {{< youtube -DinyZiqo3I >}} where the bit after youtube is the video identifier

once we have this update, we can also think about migrating the website to netlify deployment, to make things easier

matiasandina commented 2 years ago

First try is in, a few things:

matiasandina commented 2 years ago

Are we cool with these modifications now? Anything that needs to be done?