Added other elements eeea7535
Steve · 2025-09-29 10:36 2 file(s) · +3 −8
bun.lock +0 −5
3 3
  "workspaces": {
4 4
    "": {
5 5
      "name": "norns-ui",
6 -
      "dependencies": {
7 -
        "@noble/hashes": "^2.0.0",
8 -
      },
9 6
      "devDependencies": {
10 7
        "@types/bun": "latest",
11 8
        "bun-plugin-tailwind": "^0.0.15",
17 14
    },
18 15
  },
19 16
  "packages": {
20 -
    "@noble/hashes": ["@noble/hashes@2.0.1", "", {}, "sha512-XlOlEbQcE9fmuXxrVTXCTlG2nlRXa9Rj3rr5Ue/+tX+nmkgbX720YHh0VR3hBF9xDvwnb8D2shVGOwNx+ulArw=="],
21 -
22 17
    "@types/bun": ["@types/bun@1.2.22", "", { "dependencies": { "bun-types": "1.2.22" } }, "sha512-5A/KrKos2ZcN0c6ljRSOa1fYIyCKhZfIVYeuyb4snnvomnpFqC0tTsEkdqNxbAgExV384OETQ//WAjl3XbYqQA=="],
23 18
24 19
    "@types/node": ["@types/node@24.5.2", "", { "dependencies": { "undici-types": "~7.12.0" } }, "sha512-FYxk1I7wPv3K2XBaoyH2cTnocQEu8AOZ60hPbsyukMPLv5/5qr7V1i8PLHdl6Zf87I+xZXFvPCXYjiTFq+YSDQ=="],
site/index.html +3 −3
74 74
        <p><strong>Self Hosted Frameworks</strong></p>
75 75
76 76
        <p>For the devs 🫡 Some of my favorite frameworks and tools for making a blog!</p>
77 -
        <ul>
77 +
        <ul class="list-disc pl-4 text-md font-semibold">
78 78
          <li>Astro</li>
79 79
          <li>Hugo</li>
80 80
          <li>Zola</li>
89 89
        <h2 class="text-4xl font-bold">RSS</h2>
90 90
91 91
        <p>Also known as "really simple syndication", RSS has been around for decades. In short, it's simply a list of data that can be updated and notify people when something new has been posted. This is great for blogs since you don't have to always check all the people you want to follow. When you make your blog, you want to make sure it's RSS enabled (resources are further down). You also will want to get an RSS reader, as this will allow you to create a list of people to follow and let you read posts as they are published. These can vary from hosted web platforms where you might need to pay at some point to just free apps you can download. Would highly recommend trying a few and seeing which works best!</p>
92 -
        <ul>
92 +
        <ul class="list-disc pl-4 text-md font-semibold">
93 93
          <li>Feedly</li>
94 94
          <li>Inoreader</li>
95 95
          <li>NetNewsWire</li>
117 117
      <div class="max-w-xl space-y-4">
118 118
        <h2 class="text-4xl font-bold">FAQ</h2>
119 119
120 -
        <ul>
120 +
        <ul class="list-disc pl-4 text-md font-semibold">
121 121
          <li>Where do I sign up?</li>
122 122
          <li>How much does Blog Feeds cost?</li>
123 123
          <li>Does this replace social media?</li>