Commit
Author: Kevin Schoon [me@kevinschoon.com]
Hash: 93178102456dd27d6092802e57226ba10ba95f79
Timestamp: Mon, 27 May 2024 20:39:05 +0000 (8 months ago)

+7 -6 +/-2 browse
clean up homepage language a bit
1diff --git a/www/content/_index.md b/www/content/_index.md
2index 997d8b3..3c0a201 100644
3--- a/www/content/_index.md
4+++ b/www/content/_index.md
5 @@ -3,11 +3,12 @@ title = "index"
6 template = "index.html"
7 +++
8
9- # Hyper Performant & Hackable Code Forge Built on Open Standards
10+ ### Hyper Performant & Hackable Code Forge Built on Open Standards
11
12- Ayllu is a lightweight code forge designed to enable individuals and
13- grassroots community software projects develop software in collaboration
14- across open internet standards.
15+ Ayllu is a lightweight [code forge](https://en.wikipedia.org/wiki/Forge_(software))
16+ designed to help individuals and grassroots community projects crate and
17+ develop software in collaboration across open internet standards.
18
19+ ---
20 Check out the [documentation](/docs) or [browse](/browse) some of the
21- projects hosted on this serve.
22+ projects hosted on this server.
23 diff --git a/www/public/index.html b/www/public/index.html
24index 345303c..c5c5056 100644
25--- a/www/public/index.html
26+++ b/www/public/index.html
27 @@ -1 +1 @@
28- <!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><h1 id=hyper-performant-hackable-code-forge-built-on-open-standards>Hyper Performant & Hackable Code Forge Built on Open Standards</h1><p>Ayllu is a lightweight code forge designed to enable individuals and grassroots community software projects develop software in collaboration across open internet standards.<p>Check out the <a href=/docs>documentation</a> or <a href=/browse>browse</a> some of the projects hosted on this serve.</main><footer class=page-footer>2024, <a href=/projects/ayllu/blob/main/ATTRIBUTIONS.md>attributions</a></footer></div>
29\ No newline at end of file
30+ <!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>
31\ No newline at end of file