qosf / qosf.org

Web portal of Quantum Open Source Foundation
https://qosf.org/
Creative Commons Zero v1.0 Universal
120 stars 89 forks source link

Fix Jekyll requirements allowing it to be build #102

Closed s-peryt closed 1 week ago

s-peryt commented 4 weeks ago

This change updates requirements to use Jekyll 4.* and also removes jekyll-font-awesome-sass which is no longer maintained. Might require some additional changes in the code because of that. Although so far I haven't spotted anything unusual.

s-peryt commented 4 weeks ago

QOSF website is using Jekyll as a static site generator. This PR fixes dependencies and requirements so that it'll be actually building without any errors. There is likelihood that there might be some minor graphical bugs but briefly checking various pages I didn't spot anything.

s-peryt commented 2 weeks ago

Hi @MaldoAlberto ! By any chance have you got an opportunity to look into this change and see if this will help you out in fixing deployment of the website?