Commit Graph

7 Commits (master)

Author SHA1 Message Date
Leah Rowe 779b25d337 update site config based on new untitled behaviour
Signed-off-by: Leah Rowe <leah@libreboot.org>
2023-12-03 20:56:35 +00:00
Leah Rowe 2564ee85be enable lazy image loading
this feature was added to untitled lately, allowing
img tags to be generated with loading="lazy"

this will cut down on bandwidth usage

Signed-off-by: Leah Rowe <leah@libreboot.org>
2023-06-22 18:49:40 +01:00
Leah Rowe 8f8eed4760 separate css into new file
http2 now enabled on the server, so multiple http requests
are a bit more efficient for modern browsers

this will save a bit of bandwidth, at the expense of causing
additional delay on high latency connections:

someone on 500ms latency and using http1.1 basically has to
wait an extra half-second for the site to load

(however, that's only the first time, assuming their browser
caches the css file)
2022-12-29 10:10:30 +00:00
Leah Rowe 421d92fd24 delete libreboot.css. embed it into template.include
The CSS is light enough now that, in terms of compression, it makes more sense
to merge it in each HTML page. It's small enough to make virtually no
difference, and this cuts down on HTTP requests.

This change will save literally seconds of time, for those who are on high
latency internet services (satellite based internet services, slow tor relays,
etc).
2021-09-05 05:07:12 +01:00
Leah Rowe f57c8a632d rename global.css to libreboot.css
people who have the old global.css cached will see a very b0rked looking site.

this is a quick workaround for that, for people seeing the new site that
just launched
2021-05-23 22:36:04 +01:00
Leah Rowe 491c5bf264 fix broken site.cfg 2021-05-23 22:35:59 +01:00
Leah Rowe 501e77d996 libreboot site
new one
2021-05-23 22:34:47 +01:00