User-customizable CSS (when translating to HTML) #9
Labels
No Label
bug
duplicate
enhancement
help wanted
invalid
question
wontfix
No Milestone
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: tslocum/twins#9
Loading…
Reference in New Issue
There is no content yet.
Delete Branch "%!s(<nil>)"
Deleting a branch is permanent. Although the deleted branch may exist for a short time before cleaning up, in most cases it CANNOT be undone. Continue?
The
assets/styles.css
path is hardcoded (https://code.rocketnine.space/tslocum/twins/src/branch/master/serve_https.go#L33), and I see no way to overwrite this with my own styles.css. Is there a way to manipulate the CSS (and even the HTML)? Maybe add a way to overwrite the styles with a file in theroot
?Change style.cssto User-customizable CSS (when translating to HTML)I've added a configuration option
styles
(per host/domain because/assets/styles.css
has no path component to use) to overwrite the styles response.