micromata / Baumeister

Unmaintained – :construction_worker: The aim of this project is to help you to build your things. From Bootstrap themes over static websites to single page applications.
MIT License
171 stars 37 forks source link

Saving pages as {folderName}/index.html #261

Closed virajsoni06 closed 5 years ago

virajsoni06 commented 5 years ago

Hi, I'm trying to figure a configuration which would work such that for each page a folder is created and the html file is an index.html file inside the folder. However it does not seem to be supported or cannot find the config for it.

The purpose is to have page URLs which would would not have the .html extension and will end with a backslash /. For instance the URLs would be like example.com/page-a/

mischah commented 5 years ago

This might be possible but is not in the scope of this project.

I recommend using mod_rewrite or whatever your production server is offering to rewrite the URLs.