Author:
Hash:
Timestamp:
+2 -2 +/-2 browse
Kevin Schoon [me@kevinschoon.com]
d4ae1d1a89648196cd557b4ba71737dcbf8bf0cb
Mon, 27 May 2024 20:40:29 +0000 (1.1 years ago)
1 | diff --git a/www/content/_index.md b/www/content/_index.md |
2 | index 3c0a201..b08058e 100644 |
3 | --- a/www/content/_index.md |
4 | +++ b/www/content/_index.md |
5 | @@ -6,7 +6,7 @@ template = "index.html" |
6 | ### Hyper Performant & Hackable Code Forge Built on Open Standards |
7 | |
8 | Ayllu is a lightweight [code forge](https://en.wikipedia.org/wiki/Forge_(software)) |
9 | - designed to help individuals and grassroots community projects crate and |
10 | + designed to help individuals and grassroots community projects create and |
11 | develop software in collaboration across open internet standards. |
12 | |
13 | --- |
14 | diff --git a/www/public/index.html b/www/public/index.html |
15 | index c5c5056..1c7e3f4 100644 |
16 | --- a/www/public/index.html |
17 | +++ b/www/public/index.html |
18 | @@ -1 +1 @@ |
19 | - <!doctype html><html lang=en><head><meta charset=utf-8><link href=/main.css rel=stylesheet><link href=/assets/ayllu_logo.svg rel=icon type=image/svg+xml><link href=/assets/ayllu_logo.png rel=icon sizes=any type=image/png><title>Ayllu</title></head><nav><ul><li><a href=/> <img class=logo src=/assets/ayllu_logo.png> </a></ul><ul><li><a href=https://ayllu-forge.org/browse>browse</a><li><a href=/docs>docs</a></ul></nav><body class=container><div class=wrapper><main class=page-body><h3 id=hyper-performant-hackable-code-forge-built-on-open-standards>Hyper Performant & Hackable Code Forge Built on Open Standards</h3><p>Ayllu is a lightweight <a href=https://en.wikipedia.org/wiki/Forge_(software)>code forge</a> designed to help individuals and grassroots community projects crate and develop software in collaboration across open internet standards.<hr><p>Check out the <a href=/docs>documentation</a> or <a href=/browse>browse</a> some of the projects hosted on this server.</main><footer class=page-footer>2024, <a href=/projects/ayllu/blob/main/ATTRIBUTIONS.md>attributions</a></footer></div> |
20 | \ No newline at end of file |
21 | + <!doctype html><html lang=en><head><meta charset=utf-8><link href=/main.css rel=stylesheet><link href=/assets/ayllu_logo.svg rel=icon type=image/svg+xml><link href=/assets/ayllu_logo.png rel=icon sizes=any type=image/png><title>Ayllu</title></head><nav><ul><li><a href=/> <img class=logo src=/assets/ayllu_logo.png> </a></ul><ul><li><a href=https://ayllu-forge.org/browse>browse</a><li><a href=/docs>docs</a></ul></nav><body class=container><div class=wrapper><main class=page-body><h3 id=hyper-performant-hackable-code-forge-built-on-open-standards>Hyper Performant & Hackable Code Forge Built on Open Standards</h3><p>Ayllu is a lightweight <a href=https://en.wikipedia.org/wiki/Forge_(software)>code forge</a> designed to help individuals and grassroots community projects create and develop software in collaboration across open internet standards.<hr><p>Check out the <a href=/docs>documentation</a> or <a href=/browse>browse</a> some of the projects hosted on this server.</main><footer class=page-footer>2024, <a href=/projects/ayllu/blob/main/ATTRIBUTIONS.md>attributions</a></footer></div> |
22 | \ No newline at end of file |