Notas
Tutoriales
Demo series post 1
posted on
Series are enssentially Jekyll Collections. So to add new series is like adding new collections. Say we want to add series tutorial
tutorial
_config.yml
collections: tutorial: output: true
_tutorial/
See Jekyll official doc on Collections
Collections