chore: added header tags 49db473a
Steve · 2025-09-29 11:20 1 file(s) · +7 −7
site/index.html +7 −7
64 64
        <p>You just write what's on your mind, respond to an idea, post a recipe, or share a photo. It's blogs, but perhaps not in the way you would think of blogs.</p>
65 65
66 66
        <p>It just takes three things to participate:</p>
67 -
        <ol class="list-disc pl-4 text-2xl font-bold">
68 -
          <li>Blog</li>
69 -
          <li>RSS</li>
70 -
          <li>Feeds</li>
71 -
        </ol>
67 +
          <div class="flex flex-col gap-2">
68 +
          <a href="#blog" class="font-bold text-xl underline">Blog</a>
69 +
          <a href="#rss" class="font-bold text-xl underline">RSS</a>
70 +
          <a href="#feeds" class="font-bold text-xl underline">Feeds</a>
71 +
          </div>
72 72
      </div>
73 73
    </section>
74 74
75 75
    <section class="min-h-screen w-screen flex-shrink-0 flex flex-col justify-center items-center px-8 snap-center">
76 76
      <div class="max-w-xl space-y-4">
77 -
        <h2 class="text-4xl font-bold">Blog</h2>
77 +
        <h2 class="text-4xl font-bold" id="blog">Blog</h2>
78 78
79 79
        <p>Let me reassure you, this is actually simpler than what you're probably thinking. This doesn't have to be some well polished highly viewed monetization machine. It's just a simple website where you can casually talk about whatever you want to talk about! It can be long, short, a list of small things, or just a quote. It should be how you talk with other people in your own life, or how you communicate with the outside world. It should be you on a page. Here's a few places you can make a blog that are RSS enabled:</p>
80 80
135 135
136 136
    <section class="min-h-screen w-screen flex-shrink-0 flex flex-col justify-center items-center px-8 snap-center">
137 137
      <div class="max-w-xl space-y-4">
138 -
        <h2 class="text-4xl font-bold">Feeds</h2>
138 +
        <h2 class="text-4xl font-bold" id="feeds">Feeds</h2>
139 139
140 140
        <p>This takes us to our final point: Feeds. You can probably get away with just the first two items and then sharing it with people you already know, but what about meeting or talking to people you don't know? That's where Feeds come in. The idea is to create another page on your blog that has all the RSS feeds you're subscribed to. By keeping this public and always up to date, someone can visit your page, find someone new and follow them. Perhaps that person also has a feeds page, and the cycle continues until there is a natural and organic network of people all sharing with each other. So if you have a blog, consider making a feeds page and sharing it! If your RSS reader supports OPML file exports and imports, perhaps you can share that file as well to make it easier to share your feeds.</p>
141 141
      </div>