User-customizable CSS (when translating to HTML) #9
Labels
No labels
bug
duplicate
enhancement
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: tslocum/twins#9
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. 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.