aboutsummaryrefslogtreecommitdiff
path: root/README.md
Commit message (Collapse)AuthorAgeFilesLines
* chore(global): brandingFuwn2021-07-221-38/+0
|
* Add -e flag to place a stylesheet externally rather than loading it inlinenytpu2021-05-311-3/+11
| | | | | | | | | | | | | By default, kineto loads a stylesheet given to -s from disk and places it inline with the HTML in a <style>...</style> block. This patch adds a -e flag to load a stylesheet externally. When the -e flag is passed with a URI (relative or absolute), the given link is placed in the href of a <link rel="stylesheet"...> tag. This helps facilitate caching which can *significantly* reduce request overhead, particularly when the stylesheet is large (>= the size of the page content). The given URI is not validated, and if it is invalid the browser will 404 when requesting it and the page will have no style.
* Add support for custom CSS.José Mota2021-02-161-1/+4
|
* Initial commitDrew DeVault2020-10-111-0/+27