Allow configuring additional stylesheets #5

Closed
opened 2020-04-18 23:54:59 +00:00 by southerntofu · 1 comment
Owner

We should use a variable in extra to define additional stylesheets. This way, by default we can provide style.scss for some nice settings but when setting your own in config.toml:

  • omitting style.css allows to disable the modifications and use raw water.css
  • having [ "style.css", "custom.css" ] allows to extend with another (or more) stylesheet
We should use a variable in extra to define additional stylesheets. This way, by default we can provide style.scss for some nice settings but when setting your own in config.toml: - omitting style.css allows to disable the modifications and use raw water.css - having [ "style.css", "custom.css" ] allows to extend with another (or more) stylesheet
Author
Owner

Actually, default stylesheet can already be overriden per site in static/style.css or sass/style.scss so no need to do anything for that.

Just need a variable with additional stylesheets to load

Actually, default stylesheet can already be overriden per site in static/style.css or sass/style.scss so no need to do anything for that. Just need a variable with additional stylesheets to load
Sign in to join this conversation.
No Label
No Milestone
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: southerntofu/zola-water#5
No description provided.