skx / ephemeris

A static blog-compiler
https://blog.steve.fi/
GNU General Public License v2.0
16 stars 5 forks source link

Support theming .. #26

Closed skx closed 3 years ago

skx commented 3 years ago

If it were possible to alter the generated output pages without editing and rebuilding the application it would be easier for users to install/use the application.

I see two realistic ways to go here:

The first one is simpler to implement, but no doubt whatever values I choose to allow the user to override will be inadequate.

The second approach means simplicity for the implementation:

We'd have to implement a new command-line flag:

ephemeris --create-theme=/path/to/output/directory

That would generate a hierarchy of theme-files using the built-in templates.

skx commented 3 years ago

Closed in #27.