gmisail / Nice

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

Extensible Theming System #5

Closed gmisail closed 4 years ago

gmisail commented 4 years ago

Implement a format for developing themes so that it is easy to transfer / share themes.

_theme/
_theme/config.json
_theme/_assets
_theme/_layouts

The configuration file specifies the paths / build process, while the assets and layout folders hold all of the layouts and files needed to build the theme.