This jekyll sites uses 3 possible naming configurations:

Through a yaml front-matter

  --- #first line of file
  title : the title 
  ---

Through the first header

# The Title

Through the file name

the-title.md

The collector (gen-static-data.py) will try to get the above in the same order as presented here; being the worst case the filename.

For files inside the knowledge graph though the filename will always be chosen. This is to be able to generate the urls easily and avoid duplicate names.

Idealmente deberĂ­an tener nombre Ășnico y siguiendo el kebab case