stakx-io / stakx

An opinionated, powerful, and simple static website generator built in PHP
https://stakx.io/
MIT License
14 stars 3 forks source link

Allow preserve case in permalinks #55

Closed allejo closed 7 years ago

allejo commented 7 years ago

Let's add a build section to our site configuration. The first option being preserveCase which will prevent permalinks from being converted to lower case as the current behavior.

build:
  preserveCase: true

The current behavior will not change, so build.preserveCase will default to false.