Added other elements

This commit is contained in:
Steve
2025-09-29 10:36:52 -04:00
parent 0957a831a1
commit eeea7535f3
2 changed files with 3 additions and 8 deletions

View File

@@ -3,9 +3,6 @@
"workspaces": { "workspaces": {
"": { "": {
"name": "norns-ui", "name": "norns-ui",
"dependencies": {
"@noble/hashes": "^2.0.0",
},
"devDependencies": { "devDependencies": {
"@types/bun": "latest", "@types/bun": "latest",
"bun-plugin-tailwind": "^0.0.15", "bun-plugin-tailwind": "^0.0.15",
@@ -17,8 +14,6 @@
}, },
}, },
"packages": { "packages": {
"@noble/hashes": ["@noble/hashes@2.0.1", "", {}, "sha512-XlOlEbQcE9fmuXxrVTXCTlG2nlRXa9Rj3rr5Ue/+tX+nmkgbX720YHh0VR3hBF9xDvwnb8D2shVGOwNx+ulArw=="],
"@types/bun": ["@types/bun@1.2.22", "", { "dependencies": { "bun-types": "1.2.22" } }, "sha512-5A/KrKos2ZcN0c6ljRSOa1fYIyCKhZfIVYeuyb4snnvomnpFqC0tTsEkdqNxbAgExV384OETQ//WAjl3XbYqQA=="], "@types/bun": ["@types/bun@1.2.22", "", { "dependencies": { "bun-types": "1.2.22" } }, "sha512-5A/KrKos2ZcN0c6ljRSOa1fYIyCKhZfIVYeuyb4snnvomnpFqC0tTsEkdqNxbAgExV384OETQ//WAjl3XbYqQA=="],
"@types/node": ["@types/node@24.5.2", "", { "dependencies": { "undici-types": "~7.12.0" } }, "sha512-FYxk1I7wPv3K2XBaoyH2cTnocQEu8AOZ60hPbsyukMPLv5/5qr7V1i8PLHdl6Zf87I+xZXFvPCXYjiTFq+YSDQ=="], "@types/node": ["@types/node@24.5.2", "", { "dependencies": { "undici-types": "~7.12.0" } }, "sha512-FYxk1I7wPv3K2XBaoyH2cTnocQEu8AOZ60hPbsyukMPLv5/5qr7V1i8PLHdl6Zf87I+xZXFvPCXYjiTFq+YSDQ=="],

View File

@@ -74,7 +74,7 @@
<p><strong>Self Hosted Frameworks</strong></p> <p><strong>Self Hosted Frameworks</strong></p>
<p>For the devs 🫡 Some of my favorite frameworks and tools for making a blog!</p> <p>For the devs 🫡 Some of my favorite frameworks and tools for making a blog!</p>
<ul> <ul class="list-disc pl-4 text-md font-semibold">
<li>Astro</li> <li>Astro</li>
<li>Hugo</li> <li>Hugo</li>
<li>Zola</li> <li>Zola</li>
@@ -89,7 +89,7 @@
<h2 class="text-4xl font-bold">RSS</h2> <h2 class="text-4xl font-bold">RSS</h2>
<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> <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>
<ul> <ul class="list-disc pl-4 text-md font-semibold">
<li>Feedly</li> <li>Feedly</li>
<li>Inoreader</li> <li>Inoreader</li>
<li>NetNewsWire</li> <li>NetNewsWire</li>
@@ -117,7 +117,7 @@
<div class="max-w-xl space-y-4"> <div class="max-w-xl space-y-4">
<h2 class="text-4xl font-bold">FAQ</h2> <h2 class="text-4xl font-bold">FAQ</h2>
<ul> <ul class="list-disc pl-4 text-md font-semibold">
<li>Where do I sign up?</li> <li>Where do I sign up?</li>
<li>How much does Blog Feeds cost?</li> <li>How much does Blog Feeds cost?</li>
<li>Does this replace social media?</li> <li>Does this replace social media?</li>