diff options
| author | Collin Williams <96917990+bluedragon1221@users.noreply.github.com> | 2026-06-11 12:40:51 -0500 |
|---|---|---|
| committer | Collin Williams <96917990+bluedragon1221@users.noreply.github.com> | 2026-06-11 12:40:51 -0500 |
| commit | 8d17a31bd701d7b9c90c546b29f3bf9ffa4cc41f (patch) | |
| tree | b76361859df0b9dec2517ac8aa9b5671292592b9 /forgejno.html | |
| parent | 3c1846a179cc7f7630efb2d1a85018f2be680b9c (diff) | |
changes to article structure, wrote about ai
Diffstat (limited to 'forgejno.html')
| -rw-r--r-- | forgejno.html | 16 |
1 files changed, 6 insertions, 10 deletions
diff --git a/forgejno.html b/forgejno.html index e84d1a2..a8a970c 100644 --- a/forgejno.html +++ b/forgejno.html @@ -1,19 +1,15 @@ <!DOCTYPE html> -<html lang="en"> - <head> - <meta charset="UTF-8"> - <meta name="viewport" content="width=device-width, initial-scale=1.0"> +<html> + <head> <title>You don't need Forgejo</title> - - <link rel="stylesheet" href="style.css"> <link rel="stylesheet" href="prose.css"> - <script src="toc.js"></script> + <script src="article.js"></script> </head> <body> <div class="content"> - <h1 id="title">You Don't Need Forgejo</h1> + <h1 id="title">You don't need Forgejo</h1> <p class="comment">published May 3, 2026</p> - <hr> + <hr> <p><a href="https://mitchellh.com/writing/ghostty-leaving-github">People</a> <a href="https://vinyl-cache.org/organization/moving.html">ditching</a> @@ -63,7 +59,7 @@ </ol> <h3 id="cfg-caddy">Caddy</h3> - <p>To complete the set up, add this block to the Caddyfile to serve cgit.</p> + <p>To complete the setup, add this block to the Caddyfile to serve cgit.</p> <pre><code>git.my.tld { @assets path /cgit.css /cgit.js /favicon.svg /robots.txt handle @assets { |
