Monorepo for Aesthetic.Computer aesthetic.computer
4
fork

Configure Feed

Select the types of activity you want to include in your feed.

Rename L5 try page heading

+3 -3
+2 -2
system/public/l5.aesthetic.computer/app.mjs
··· 132 132 acOrigin: AC_ORIGIN, 133 133 mountId: "try-page-root", 134 134 page: { 135 - title: "Try L5 on AC", 135 + title: "Try L5", 136 136 description: "L5 (Processing-style Lua) live playground and API explorer for Aesthetic Computer.", 137 137 }, 138 138 brand: { 139 - heading: "Try L5 on AC", 139 + heading: "Try L5", 140 140 logoUrl: "./l5-logo-blob.png", 141 141 logoAlt: "L5 logo", 142 142 heroLink: {
+1 -1
system/public/l5.aesthetic.computer/index.html
··· 3 3 <head> 4 4 <meta charset="utf-8" /> 5 5 <meta name="viewport" content="width=device-width, initial-scale=1" /> 6 - <title>Try L5 on AC</title> 6 + <title>Try L5</title> 7 7 <meta name="description" content="L5 (Processing-style Lua) live playground and API explorer for Aesthetic Computer." /> 8 8 <link rel="icon" type="image/png" href="./l5-logo-blob.png" /> 9 9 <link rel="stylesheet" href="https://aesthetic.computer/type/webfonts/berkeley-mono-variable.css" />