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)
red tint on the site theme 88965c3a3485e516cd084dc95a87b523a037cb16 Leah Rowe 2024-07-08 10:25:29
don't grey the header image a99f091b1291daa4e93a03db5e518d9de38270b6 Leah Rowe 2024-07-08 10:12:08
20240612 errata update (and fix) b8f4f28e56c538c022b43748de99f71361b9c982 Leah Rowe 2024-07-06 02:12:04
don't set background on the title logo c5e54b63f0e9b21bca08a2d0ce8df31c0b85844a Leah Rowe 2024-06-23 20:26:05
correction 7df6bdc9acd1f5d0348c7958c9a0cf0e00f4d8ee Leah Rowe 2024-06-23 20:22:10
light theme 955e3ade941b77d45993b0e0a90525c21fa7549d Leah Rowe 2024-06-23 20:15:29
remove obsolete mentions of t440pmrc_12mb d8bcd5c7044e28c6e20778ea25f6b907092a7e52 Leah Rowe 2024-06-19 00:21:40
stick to the plan f5db507ecdfd2d3ae5a3269a8488c4b29883e7cd Leah Rowe 2024-06-13 15:34:45
fix date f81b24134d714dd148086a73b99160c660f69a19 Leah Rowe 2024-06-12 12:59:32
update freedom status 3f427a43a575148474f15732f457447f7d00ae56 Leah Rowe 2024-06-12 08:28:12
Libreboot 20240612 release 88ca46ad4ce0b79682ea88d97f8dbf801e846031 Leah Rowe 2024-06-12 07:40:32
update docs/maintain/ as per audit5 aea5574f17bf0755ae66c6592619a8b88f941fe8 Leah Rowe 2024-06-12 07:34:00
shorten the introduction on audit5 2a116950ed5f49ef97f18772d8eb2ef90efb4abe Leah Rowe 2024-06-11 14:29:59
correction 592fd5a38524e6abb39aad1f2a0013a57091c1e0 Leah Rowe 2024-06-10 10:12:44
Libreboot Build System Audit 5 38539e9feab75797bf31819b7fd70a475076a7a4 Leah Rowe 2024-06-09 23:30:10
update 2 (to make certain things make sense) 557921522a72f08587daaac5362c4805c8979c51 Leah Rowe 2024-06-09 22:09:09
update 6b95fd6afd25cf7fdc4b473295fd3187f048aecf Leah Rowe 2024-06-09 22:03:39
remove completed tasks 99728a5cef9b3f5f324361616da3c1a390fea0cb Leah Rowe 2024-06-09 15:26:44
remove superfluous article eb5f72881cb3a29952bc68ff399cb63b8ed6fd14 Leah Rowe 2024-06-05 12:57:28
misc/emulation: fix image path d68baade32d6f2c5e9ccdd21c9da210dde7f5940 Leah Rowe 2024-06-02 18:18:11
Commit 88965c3a3485e516cd084dc95a87b523a037cb16 - red tint on the site theme
to make text easier on the eyes

Signed-off-by: Leah Rowe <info@minifree.org>
Author: Leah Rowe
Author date (UTC): 2024-07-08 10:25
Committer name: Leah Rowe
Committer date (UTC): 2024-07-08 10:25
Parent(s): a99f091b1291daa4e93a03db5e518d9de38270b6
Signer:
Signing key:
Signing status: N
Tree: 257a2d84f0b6648f6524996c9f6bc7c7e72dde61
File Lines added Lines deleted
site/global.css 4 4
File site/global.css changed (mode: 100644) (index 9e44eb1..0625eae)
... ... h1,h2,h3,h4{font-weight:normal; font-size:2em}
34 34
35 35 html html
36 36 { {
37 color: #280b22;
38 background: #f0f0f0;
37 color: #280518;
38 background: #ffe9e9;
39 39 font-family: sans-serif; font-family: sans-serif;
40 40 line-height: 1.4; line-height: 1.4;
41 41 } }
 
... ... hr {
45 45
46 46 code,pre, #TOC, a:hover, img code,pre, #TOC, a:hover, img
47 47 { {
48 background: #d9d6d6;
48 background: #ead6d6;
49 49 border-radius:0.25em; border-radius:0.25em;
50 50 } }
51 51 header img header img
 
... ... header img
55 55
56 56 a a
57 57 { {
58 color: #4e324e;
58 color: #3e223e;
59 59 } }
60 60
61 61 img,video,iframe,pre img,video,iframe,pre
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