cookiell546
6865c87b74
Opt-into edge-to-edge by default
...
Chromium already supports dynamic edge-to-edge viewports. This change
opts-in by default, making the gesture navigation bar (chin) invisible
without needing scroll interaction.
No other changes were necessary, as no content relied on specific
viewport insets.
Command used:
```
sed -i 's/<meta name="viewport" content="width=device-width, initial-scale=1"\/>/<meta name="viewport" content="width=device-width, initial-scale=1, viewport-fit=cover"\/>/g' **/*.html
```
2025-06-08 09:18:32 -04:00
Daniel Micay
dc9ab881d6
fix typo
2023-10-12 12:32:49 -04:00
Daniel Micay
2de0fa2fe3
document disabling split-gso for high link speeds
2023-08-06 23:43:06 -04:00
smdyv
150608e016
Use simple templating for static processing
2023-07-13 16:08:16 -04:00
smdyv
4430036ea2
Change string markings for replacements
2023-07-13 16:08:16 -04:00
tedgravlin
48acf5cd5f
Add Mastodon link to footer
2023-06-16 16:14:06 -04:00
Daniel Micay
caa7ae7177
move GrapheneOS account to grapheneos.social
2022-11-27 06:05:55 -05:00
Daniel Micay
f74884f6f5
add metadata for temporary Mastodon account
2022-11-07 12:45:17 -05:00
Daniel Micay
951e6c5b3c
add forum link to footer
2022-10-10 12:24:52 -04:00
Daniel Micay
70bbc0aea9
add information on systemd-network CAKE support
2022-08-25 23:15:08 -04:00
Daniel Micay
400889bcb6
fix typo
2021-12-23 03:49:53 -05:00
Daniel Micay
75f4b33323
set up SRI for future use by CSP v3
2021-11-18 19:08:54 -05:00
Marco Janotta
4ba5b61035
Add color-scheme meta tag
2021-06-23 16:31:27 -04:00
Daniel Micay
cf9bc8d45f
use SVG for /favicon.ico if browser asks for it
...
This makes Chromium use the SVG favicon universally including as the
favicon for non-HTML files.
2021-05-17 10:58:14 -04:00
Daniel Micay
7e145495c4
use dedicated favicon.svg with dark mode support
2021-05-16 12:19:37 -04:00
Daniel Micay
fb1be51f68
rename grapheneos.css to main.css
2021-05-14 22:28:12 -04:00
Daniel Micay
683b0ae201
use empty alt text for decorative header logo
2021-05-03 18:07:47 -04:00
Marco Janotta
c479130069
Add logo to site menu
2021-05-03 17:18:51 -04:00
Daniel Micay
b3e07c840e
migrate history page into an index page
2021-03-27 15:53:54 -04:00
Daniel Micay
342a31c06c
automate CSS/JS cache busting
2021-03-26 21:03:34 -04:00
Daniel Micay
bf88ac32e6
make a dedicated history page
2021-03-08 18:57:34 -05:00
Daniel Micay
5f44f5a921
use svg logo for footer
2021-02-20 12:15:59 -05:00
Daniel Micay
4ff446e2d4
create an install directory with an index page
2021-01-24 11:27:08 -05:00
Daniel Micay
a7cea3e807
articles section of the site is established now
2021-01-22 20:25:52 -05:00
Daniel Micay
50ff36ba8d
reorganize page metadata
2021-01-07 10:49:37 -05:00
Daniel Micay
5ffff6dfc1
another clarification
2021-01-01 23:07:59 -05:00
Daniel Micay
08b5fbe328
clarify wording
2021-01-01 22:56:14 -05:00
Daniel Micay
f67606c6dd
add documentation on tcp_notsent_lowat
2021-01-01 22:50:27 -05:00
Daniel Micay
826ad3fd6b
clarify server traffic shaping future section
2021-01-01 00:54:31 -05:00
Daniel Micay
f9390cb9ce
declare and use a single Apple touch icon
2020-12-29 22:48:07 -05:00
Daniel Micay
b91d384ad3
add LinkedIn to social site list
2020-12-29 19:38:34 -05:00
Daniel Micay
c950578c7b
add styling for inline code blocks too
2020-12-28 05:45:05 -05:00
Daniel Micay
72ca88ec19
add code block styling
2020-12-28 05:31:37 -05:00
Daniel Micay
a6a88dc6bb
explain why Diffserv is not as useful as it seems
2020-12-27 23:12:28 -05:00
Daniel Micay
6c673d712e
use site hierarchy in article title
2020-12-27 05:02:47 -05:00
Daniel Micay
eb122c42b3
add articles page
2020-12-27 04:56:48 -05:00
Daniel Micay
2f616affda
add missing punctuation to article description
2020-12-27 04:56:11 -05:00
Daniel Micay
2acfd5c462
add server traffic shaping article
2020-12-27 04:01:10 -05:00