libreboot / lbwww (public) (License: Unspecified) (since 2023-04-11) (hash sha1)
libreboot website (markdown files). https://libreboot.org/
List of commits:
Subject Hash Author Date (UTC)
css: limit images to 80 percent on 1337box display b88487ab6ce010bda62383aa42d6389795d9b19b Leah Rowe 2025-05-01 10:32:43
add even more pics to the release page f994c7ac226223c197c019b843de77d8c4db729c Leah Rowe 2025-04-30 22:20:11
add more pictures to the release page f1471fdb064fb94a008a2022cf92a28f6ab7a850 Leah Rowe 2025-04-30 22:10:10
fix lack of boldness on the homepage version notice 87894a422097d26ba1d62c4dd5487e560f32314a Leah Rowe 2025-04-30 18:00:28
release build test notes 9eacd92e116edc589218b15535d560ddb32b77e6 Leah Rowe 2025-04-30 17:12:59
remove u-boot pic in the announcement 6286e69902c881b98d7a4d8b509a2458b956e7e5 Leah Rowe 2025-04-30 11:50:43
that's modularised, not "moralised" 261d19edbf382e6162dff167eebd69b323777706 Leah Rowe 2025-04-30 11:48:58
Libreboot 25.04 release 47c993cba483ff23a4c7b866c6cedcc905e9a2bd Leah Rowe 2025-04-30 11:03:42
20241206rev11 notes 68f4ff8a0fb9d50fbe781ef00d75932fff5813dc Leah Rowe 2025-04-20 23:55:44
docs/linux: Update regarding Fedora "sixteenbit" 9c86f0c89a55d352da4038f53cb118420ad5acad Leah Rowe 2025-04-17 00:30:33
hp8460p vendor manual added 9ce0dc2889ede3ca2c48122bdf4e926b14771f53 Ronanand0 2025-04-08 09:24:29
hp9470m Vendor manual update a52ebef53bc4fdc34ac62012e05973bb52183cb8 Ronanand0 2025-04-08 09:20:51
hp8470p spec. link update be35d8c0e1ae62f76f5c2f1c1eaf23f24caef5ea Ronanand0 2025-04-08 09:13:04
Update site/docs/install/hp8560w.md 0a83f8fc42d9fd9193375bc9a306a0b994f801dd Ronanand0 2025-04-08 09:05:09
Link for vendor manual 6bbbf9fe085eb5e3cf7cc6f9019dcbb9b0d750e8 Ronanand0 2025-04-08 09:04:11
spec link update c73745f6486fc966a4f1f4ccabbae570f2cc3cc0 Ronanand0 2025-04-08 08:45:44
hp820g2 tpm2 upgrade + spec. site update 086765046d83b48fc503666800802fa37357e4fa Ronanand0 2025-04-08 08:38:19
remove _fsp references in the documentation dbf5ec3ebf49c81c9055d8587eee0d5476059258 Leah Rowe 2025-04-01 11:21:11
Add uboot instructions for installing Trisquel Aramo 067aa382163435faf042664290a7a1c67c04fc3d arielenter 2025-03-30 21:59:26
Add uboot instructions for installing Trisquel Aramo b38fb3356061cf7a28a7a02b67da41ec4cd4d145 arielenter 2025-03-30 21:55:27
Commit b88487ab6ce010bda62383aa42d6389795d9b19b - css: limit images to 80 percent on 1337box display
otherwise it looks a bit crap on large images

Signed-off-by: Leah Rowe <leah@libreboot.org>
Author: Leah Rowe
Author date (UTC): 2025-05-01 10:32
Committer name: Leah Rowe
Committer date (UTC): 2025-05-01 10:32
Parent(s): f994c7ac226223c197c019b843de77d8c4db729c
Signer:
Signing key:
Signing status: N
Tree: 34f21421e8a255be142b1b23559aa298ae6e670e
File Lines added Lines deleted
site/global.css 5 0
File site/global.css changed (mode: 100644) (index 9c0cd35..3688ae5)
... ... h4
155 155 background: rgba(0, 0, 0, 0.8); background: rgba(0, 0, 0, 0.8);
156 156 } }
157 157
158 .f img {
159 max-width: 80%;
160 max-height: 80%;
161 }
162
158 163 *:focus + .f *:focus + .f
159 164 { {
160 165 display: block; display: block;
Hints:
Before first commit, do not forget to setup your git environment:
git config --global user.name "your_name_here"
git config --global user.email "your@email_here"

Clone this repository using HTTP(S):
git clone https://rocketgit.com/user/libreboot/lbwww

Clone this repository using ssh (do not forget to upload a key first):
git clone ssh://rocketgit@ssh.rocketgit.com/user/libreboot/lbwww

Clone this repository using git:
git clone git://git.rocketgit.com/user/libreboot/lbwww

You are allowed to anonymously push to this repository.
This means that your pushed commits will automatically be transformed into a merge request:
... clone the repository ...
... make some changes and some commits ...
git push origin main