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
Currently, #45 is implemented using insights from @datapythonista / pandas team page which uses jinja2 for markdown processing and later integrates it with sphinx (which is jinja friendly). However, hugo does not recognise the jinja2 directives so cannot directly integrate team.md file into hugo. Figure out a better way to remove dependency on jinja2 and use Hugo's plugins / inbuilt systems to generate team.html page using GitHub info.
The text was updated successfully, but these errors were encountered:
Followup to #45.
Currently, #45 is implemented using insights from @datapythonista / pandas team page which uses jinja2 for markdown processing and later integrates it with sphinx (which is jinja friendly). However, hugo does not recognise the jinja2 directives so cannot directly integrate team.md file into hugo. Figure out a better way to remove dependency on jinja2 and use Hugo's plugins / inbuilt systems to generate team.html page using GitHub info.
The text was updated successfully, but these errors were encountered: