A calm place to write long-form, and publish it to the open social web. skypress.blog/
0

Configure Feed

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

Write landing copy in the user's voice

+15 -15
+11 -11
src/lib/landing/time-of-day.ts
··· 15 15 16 16 export const PHASES: Record< PhaseKey, Phase > = { 17 17 night: { 18 - greeting: 'Burning the midnight oil', 19 - headlineHtml: 'Write while the <em>world sleeps.</em>', 20 - lede: 'A calm, block-based studio for long-form on the open social web.', 18 + greeting: 'Still up?', 19 + headlineHtml: 'Write while it’s <em>quiet.</em>', 20 + lede: 'A calm place to write long-form, and publish it to your own server on the open web.', 21 21 }, 22 22 dawn: { 23 - greeting: 'Up before the birds', 23 + greeting: 'Up with the sun', 24 24 headlineHtml: 'Catch the <em>first light.</em>', 25 - lede: 'A calm, block-based studio for long-form on the open social web.', 25 + lede: 'A calm place to write long-form, and publish it to your own server on the open web.', 26 26 }, 27 27 morning: { 28 28 greeting: 'Good morning', 29 29 headlineHtml: 'Start the day on the <em>page.</em>', 30 - lede: 'A calm, block-based studio for long-form on the open social web.', 30 + lede: 'A calm place to write long-form, and publish it to your own server on the open web.', 31 31 }, 32 32 midday: { 33 33 greeting: 'Good afternoon', 34 - headlineHtml: 'Write things <em>worth keeping.</em>', 35 - lede: 'A calm, block-based studio for long-form on the open social web.', 34 + headlineHtml: 'Write something <em>worth keeping.</em>', 35 + lede: 'A calm place to write long-form, and publish it to your own server on the open web.', 36 36 }, 37 37 golden: { 38 38 greeting: 'Golden hour', 39 39 headlineHtml: 'Write before the <em>light goes.</em>', 40 - lede: 'A calm, block-based studio for long-form on the open social web.', 40 + lede: 'A calm place to write long-form, and publish it to your own server on the open web.', 41 41 }, 42 42 dusk: { 43 43 greeting: 'Good evening', 44 - headlineHtml: 'End the day with <em>your words.</em>', 45 - lede: 'A calm, block-based studio for long-form on the open social web.', 44 + headlineHtml: 'Wind down with <em>your words.</em>', 45 + lede: 'A calm place to write long-form, and publish it to your own server on the open web.', 46 46 }, 47 47 }; 48 48
+4 -4
src/pages/index.astro
··· 56 56 57 57 <section class="how"> 58 58 <ol class="steps"> 59 - <li><span class="steps__n">01</span><h2>Sign in, no new account</h2><p>Use your existing Bluesky / AT&nbsp;Protocol identity.</p></li> 60 - <li><span class="steps__n">02</span><h2>Write in blocks</h2><p>Rich long-form, powered by the Gutenberg editor.</p></li> 61 - <li><span class="steps__n">03</span><h2>Own your words</h2><p>Saved to your own server, on the open web.</p></li> 59 + <li><span class="steps__n">01</span><h2>Sign in, no new account</h2><p>Use the Bluesky / AT&nbsp;Protocol account you already have.</p></li> 60 + <li><span class="steps__n">02</span><h2>Write in blocks</h2><p>Rich, long-form writing, built on the Gutenberg editor.</p></li> 61 + <li><span class="steps__n">03</span><h2>Keep your words</h2><p>Everything saves to your own server. It’s yours.</p></li> 62 62 </ol> 63 - <p class="how__honest">Publishing also creates a Bluesky post that links back — so your piece is discoverable. We always say so before you publish.</p> 63 + <p class="how__honest">One thing worth knowing: when you publish, SkyPress also posts to Bluesky with a link back, so people can find your piece. We’ll always remind you before you hit publish&nbsp;:)</p> 64 64 </section> 65 65 66 66 <footer class="footer">