alexacallmebaka / kobayashi

a draconic static site builder. 🐉
https://jameshurd.net/projects/kobayashi/manual
3 stars 0 forks source link

External CSS sheets #4

Open ephing opened 2 months ago

ephing commented 2 months ago

Kobayashi currently only allows the usage of CSS pages within the current project build directory.

Kobayashi should probably allow usage of a CSS page hosted elsewhere (e.g., as part of a library/framework).

[project]
css_path = "https://cdn.jsdelivr.net/npm/picnic"
alexacallmebaka commented 2 months ago

This makes a lot of sense, I'll be sure to add it in soon. Thanks Ethan!