Go to file
Denis 'GNUtoo' Carikli 75660feab4
Switch to our untitled mirror
This makes sure that we host all the source code to reproduce that
website and that we build it with that.

Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
2022-11-24 03:15:25 +01:00
.gitignore Add the ability to test the website locally 2022-11-24 02:35:06 +01:00
COPYING Initial import 2022-11-22 20:33:08 +01:00
Makefile Move images to the same domain under img/ 2022-11-24 02:52:45 +01:00
README Add target to upload the website 2022-11-22 21:57:52 +01:00
build.sh Switch to our untitled mirror 2022-11-24 03:15:25 +01:00
index.html.tmpl index.html: Fix naming 2022-11-22 22:04:41 +01:00
lighttpd.conf.tmpl Add the ability to test the website locally 2022-11-24 02:35:06 +01:00
serve.sh Add the ability to test the website locally 2022-11-24 02:35:06 +01:00

README

== Introduction ==
This project enables to easily build and deploy the Libreboot website.

== Local deployments ==
For local deployments you just need to extract the tarball in a
webroot and have a web server serve that content.

== Deployment on Sourcehut ==
Sourcehut has a way to setup a static website by uploading a tarball
of the content. Users that want to deploy a website there are expected
to follow the official documentation[1] to generate a token and add
this token to the id_oauth2_bearer file in the current directory.

[1]https://srht.site/quickstart

== License ==
This project is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.