polifonia-project / ecosystem

Other
4 stars 2 forks source link

Specify to Jekyll which (types of) files should be served/rendered #24

Closed raphaelfournier closed 2 years ago

raphaelfournier commented 2 years ago

With the submodules approach, we get a lot of .py files (for instance). They should not be present in the _site folder, only markdown files rendered as html.

raphaelfournier commented 2 years ago

A first commit, 9005c9b, introduces a fix for py, owl and *ipynb files, by specifying them in an exclude list at the bottom of _config.yml. However, a deeper look at the files included in the external repos should be done, so that other extensions are added to this list (if necessary).