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)
docs/index: improve link/bsd link titles 3257c1393648b1eb73d4280cdff95ffc4587faf3 Leah Rowe 2025-01-19 19:12:45
link fix aa1b889795f6da1335d6ededdceb97313982306a Leah Rowe 2025-01-19 19:09:35
homepage: make "wrest" link to deguard 6c924caffbbe6e45371876d1b37dd52eb7297f53 Leah Rowe 2025-01-19 19:08:33
link writefreesoftware.org aggressively fceaf19cd82a16bbad70e90cbf9eeecf1183004f Leah Rowe 2025-01-19 19:04:27
fix meta character encoding (utf-8) 3f90f156c37df78d236a53f8b687c0db743b75e0 Leah Rowe 2025-01-19 18:46:44
s/aswell/as well/ c910f813c41f0e5164eba050a2534e88968386fc Leah Rowe 2025-01-19 18:44:27
add alt tags to homepage images (english) 121325f3fb332dcaea49655babdd659336519073 Leah Rowe 2025-01-19 18:38:16
add favicon to template 712f7395a1dc8cedb490e7084a0f31647d389bc4 Leah Rowe 2025-01-19 18:27:00
say motherboard, not mainboard a6d2f10fb92b907cd3168d4dd0589b8b2c4ebe4f Leah Rowe 2025-01-19 18:20:24
change the description again d57edfcc87a0576358d5e2f62f76d5973316d2c6 Leah Rowe 2025-01-19 18:17:43
update meta description 8d6c16a4b181cb4c332247efc461167160d344ba Leah Rowe 2025-01-19 18:11:36
make h2/3/4 text bigger a1b60ec64f09449c875dad08fad177d73eeec906 Leah Rowe 2025-01-19 18:09:25
general audit / cleanup 9a2da14a2e5859da8781e88dda72b556a5e92880 Leah Rowe 2025-01-19 18:02:33
show canon links on pages 1ba45bf5e5e23bf766b52c4a585761be2c388faa Leah Rowe 2025-01-19 01:21:00
robots sitemap file 759616ba96ee89c1a1be3c9290eaf57106b3c573 Leah Rowe 2025-01-19 00:54:06
template stuff b356cc30409b3bc4f6c76fe3200c0d694d31b176 Leah Rowe 2025-01-19 00:20:31
homepage: make "binary releases" a download link c5ad70955ddba71047bd0ce4d6b4d39d221ead4b Leah Rowe 2025-01-18 08:10:01
english homepage: shorten the payloads section 7f16d5cc66df5076bcf6313c57eeda2a30ebc2e3 Leah Rowe 2025-01-18 07:58:19
mention payloads on the homepage 97b6ffc5a0787807733cea95e868f0fc1054ccbe Leah Rowe 2025-01-18 07:00:01
snip3 e4b30750d15ab0e33c465b31d5e6175cf4b82b76 Leah Rowe 2025-01-18 04:55:26
Commit 3257c1393648b1eb73d4280cdff95ffc4587faf3 - docs/index: improve link/bsd link titles
Signed-off-by: Leah Rowe <leah@libreboot.org>
Author: Leah Rowe
Author date (UTC): 2025-01-19 19:12
Committer name: Leah Rowe
Committer date (UTC): 2025-01-19 19:12
Parent(s): aa1b889795f6da1335d6ededdceb97313982306a
Signer:
Signing key:
Signing status: N
Tree: d3e5f460b5dae66547f13cd6b2d4fdf2e2bc04a5
File Lines added Lines deleted
site/docs/index.md 2 2
File site/docs/index.md changed (mode: 100644) (index 334b58a..c7eb0eb)
... ... Installing libreboot
29 29 Installing operating systems Installing operating systems
30 30 ---------------------------- ----------------------------
31 31
32 - [How to install BSD on an x86 host system](bsd/)
33 - [Linux Guides](linux/)
32 - [Install BSD operating systems on Libreboot](bsd/)
33 - [Install Linux on a Libreboot system](linux/)
34 34
35 35 Information for developers Information for developers
36 36 -------------------------- --------------------------
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