* Blog :PROPERTIES: :EXPORT_HUGO_SECTION: :END: ** Home :PROPERTIES: :EXPORT_FILE_NAME: _index :EXPORT_HUGO_MENU: :menu "main" :title Blog :END: This is the homepage. Note that home page is a *Branch Bundle* (look this up in Hugo docs). So the file name *has* to be ~_index~. /~index~ (no underscore) implies *Leaf* bundle./ ** About :PROPERTIES: :EXPORT_FILE_NAME: about :EXPORT_HUGO_MENU: :menu "main" :title About :END: ** Contact :PROPERTIES: :EXPORT_FILE_NAME: contact :EXPORT_HUGO_MENU: :menu "main" :title Contact :END: * Articles :PROPERTIES: :EXPORT_HUGO_SECTION: posts :EXPORT_HUGO_CUSTOM_FRONT_MATTER: :type post :END: ** TODO Combinatoria: como contar en problemas de computación :PROPERTIES: :EXPORT_HUGO_BUNDLE: combinatoria-como-contar-en-problemas-de-computación :EXPORT_FILE_NAME: index :END: If you set the exported file name to ~index~, the "leaf" bundle name has to be specified. This file will get exported as ~content/posts/combinatoria-como-contar-en-problemas-de-computación/index.md~. ** TODO Alternative: No bundle :PROPERTIES: :EXPORT_FILE_NAME: alternative-no-bundle :END: If you don't want bundles, don't use ~index~ as exported file name. This file will export as ~content/posts/alternative-no-bundle.md~.