this repo has no description

new docs page

lime360 a8221dc7 2ecc601c

Changed files
+11 -5
public
src
+1 -1
public/styles.css
··· 4 } 5 6 header { 7 - background-image: url(./bg.gif); 8 background-repeat: no-repeat; 9 background-color: #9ae4e8; 10 padding: 30px;
··· 4 } 5 6 header { 7 + background-image: url(../bg.gif); 8 background-repeat: no-repeat; 9 background-color: #9ae4e8; 10 padding: 30px;
+1 -1
src/layouts/Layout.astro
··· 20 </head> 21 <body> 22 <header> 23 - <img src="./skittr.png" alt="Skittr Logo" style="width: 150px; height: auto;" /> 24 </header> 25 <main> 26 <slot />
··· 20 </head> 21 <body> 22 <header> 23 + <img src="../skittr.png" alt="Skittr Logo" style="width: 150px; height: auto;" /> 24 </header> 25 <main> 26 <slot />
+9
src/pages/appview.astro
···
··· 1 + --- 2 + import Layout from "../layouts/Layout.astro"; 3 + --- 4 + 5 + <Layout> 6 + <h1>AppView</h1> 7 + Skittr comes with a preinstalled <abbr title="backend service">AppView</abbr> intended to maintain feature parity with other 3rd-party 8 + Bluesky apps, as well as implementing it's own modifications. 9 + </Layout>
-3
src/pages/index.astro
··· 6 <h1>Welcome!</h1> 7 Skittr is a Bluesky client that replicated the look and feel of late 2007 Twitter 8 layout. 9 - <br /> 10 - Skittr is also an <abbr title="backend service">AppView</abbr> 11 - aimed at feature parity with Bluesky itself along with some additions. 12 </Layout>
··· 6 <h1>Welcome!</h1> 7 Skittr is a Bluesky client that replicated the look and feel of late 2007 Twitter 8 layout. 9 </Layout>