Commit Graph

9 Commits

Author SHA1 Message Date
soulgalore f3c4ed9273 move darkMode to html.darkMode 2024-02-09 08:16:17 +01:00
Pete Myron ae7ba1e1ff dark mode option 2024-02-08 23:54:43 -06:00
Peter Hedenskog 06a5e8c5e9
Remove Crux distribution table and use graph instead (#3537)
* Remove distribution table and use graph instead

* buckets and CLS
2022-01-20 14:59:14 +01:00
Ferdinand Holzer fbdf293b6e Add --html.assetsBaseURL option (#2321)
* Add --html.assetsBaseURL option

The base URL to the server serving the assets of HTML results.
In the format of https://result.sitespeed.io. This can be used
to reduce size in large setups. If set, disables writing of assets.

* Clarify html.assetsBaseURL parameter description
2019-03-01 08:19:01 +01:00
Peter Hedenskog aafbff2813
generic way for plugins to override css (#1787) 2017-11-09 12:25:42 +01:00
Peter Hedenskog 0d16ab21cb Add charts to the result page. (#1659) 2017-10-03 20:55:26 +02:00
Tobias Lidskog 643479acd8 Correct way of creating relative urls in html site
- rename relativePathFromUrl to pathFromRootToPageDir to make it more obvious what it does.
- join relative url path with / instead of using the path module (should make paths work on all OSes).
- remove path parameter for url run pages, since it wasn't used.
- make StorageManager constructor signature follow node conventions (options last) and add some StorageManager tests.
2016-07-26 08:43:33 +02:00
Peter Hedenskog bc257d99db Title & description & icons (#1044)
* page titles and descriptions
* favicons and no index for robots
2016-07-07 22:50:40 +02:00
soulgalore f0cc234186 Change Jade to Pug
Yep Pug is the new Jade and lets use that.
2016-06-10 22:16:33 +02:00
Renamed from lib/plugins/html/templates/layout.jade (Browse further)