4
0
Fork 0
libre-is/README.md

33 lines
562 B
Markdown
Raw Permalink Normal View History

2024-09-04 12:26:42 -06:00
# Libre.is
2024-09-04 13:09:04 -06:00
Code to the main landing page for the Libre websites.
2024-09-04 12:26:42 -06:00
* https://libre.is
* https://code.libre.is/libre/libre-is
2024-09-04 12:44:30 -06:00
# 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/
```
2024-09-04 13:09:04 -06:00
2024-09-04 12:26:42 -06:00
# License
Contents are available under the Apache 2.0 license.
*Copyright © 2024, Jeff Moe.*