33 lines
562 B
Markdown
33 lines
562 B
Markdown
# Libre.is
|
|
Code to the main landing page for the Libre websites.
|
|
|
|
* https://libre.is
|
|
|
|
* https://code.libre.is/libre/libre-is
|
|
|
|
|
|
# Upstream
|
|
Template based on this repo, under MIT license.
|
|
|
|
* https://github.com/ardacarofficial/links-website
|
|
|
|
Replaced main bits, logo, etc.
|
|
|
|
|
|
# Build
|
|
Thusly.
|
|
|
|
```
|
|
git clone https://code.libre.is/libre/libre-is
|
|
cd libre-is/
|
|
# Edit pages, images.
|
|
# Sync to make live:
|
|
rsync -ultav --exclude="*.swp" html/ libre-is:/var/www/html/
|
|
```
|
|
|
|
|
|
# License
|
|
Contents are available under the Apache 2.0 license.
|
|
|
|
*Copyright © 2024, Jeff Moe.*
|