daviddarnes / alembic

⚗️ A Jekyll boilerplate theme designed to be a starting point for any Jekyll website
https://alembic.darn.es
MIT License
767 stars 903 forks source link

[Enhancement] Make manifest short_name configurable via site.short_name #171

Closed brodock closed 3 years ago

brodock commented 3 years ago

This make it possible configure short_name field in the generated manifest.json.

Documentation to the short_name specification can be found in:

Defaults to use site.title with previous filters (so this is backward compatible).

I've also tweaked how the whitespace is generated to have a more well formatted json file than before.

daviddarnes commented 3 years ago

Thanks for this contribution @brodock! Sorry for the delay, and the slightly chaotic pull request I've opened and subsequently closed. I'm going to merge this in as it's a great addition, but I'm also going to add some docs for it and do some formatting work. Thanks again!