mirror of
https://github.com/kemko/blogfeeds.net.git
synced 2026-01-01 16:05:41 +03:00
Added other elements
This commit is contained in:
5
bun.lock
5
bun.lock
@@ -3,9 +3,6 @@
|
||||
"workspaces": {
|
||||
"": {
|
||||
"name": "norns-ui",
|
||||
"dependencies": {
|
||||
"@noble/hashes": "^2.0.0",
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/bun": "latest",
|
||||
"bun-plugin-tailwind": "^0.0.15",
|
||||
@@ -17,8 +14,6 @@
|
||||
},
|
||||
},
|
||||
"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/node": ["@types/node@24.5.2", "", { "dependencies": { "undici-types": "~7.12.0" } }, "sha512-FYxk1I7wPv3K2XBaoyH2cTnocQEu8AOZ60hPbsyukMPLv5/5qr7V1i8PLHdl6Zf87I+xZXFvPCXYjiTFq+YSDQ=="],
|
||||
|
||||
@@ -74,7 +74,7 @@
|
||||
<p><strong>Self Hosted Frameworks</strong></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>Hugo</li>
|
||||
<li>Zola</li>
|
||||
@@ -89,7 +89,7 @@
|
||||
<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>
|
||||
<ul>
|
||||
<ul class="list-disc pl-4 text-md font-semibold">
|
||||
<li>Feedly</li>
|
||||
<li>Inoreader</li>
|
||||
<li>NetNewsWire</li>
|
||||
@@ -117,7 +117,7 @@
|
||||
<div class="max-w-xl space-y-4">
|
||||
<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>How much does Blog Feeds cost?</li>
|
||||
<li>Does this replace social media?</li>
|
||||
|
||||
Reference in New Issue
Block a user