gmisail / Nice

A static site generator that is not mean.
MIT License
24 stars 3 forks source link

Add sorting settings to configuration file #7

Closed gmisail closed 4 years ago

gmisail commented 4 years ago

Add the ability to choose how to sort pages & posts within config.yaml. For instance,

postSort: newest-to-oldest
pageSort: order

If these properties aren't defined, then they will be Newest-To-Oldest and Order by default.