mirror of
https://github.com/kemko/blogfeeds.net.git
synced 2026-01-01 16:05:41 +03:00
chore: added toggles for blog services
This commit is contained in:
@@ -78,27 +78,43 @@
|
||||
|
||||
<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>
|
||||
|
||||
<p><strong>Hosted Services</strong></p>
|
||||
<details class="w-full">
|
||||
<summary class="cursor-pointer text-lg font-semibold flex items-center">
|
||||
<svg class="w-4 h-4 mr-3 transform transition-transform duration-200" fill="none" stroke="currentColor" viewBox="0 0 24 24">
|
||||
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9 5l7 7-7 7"></path>
|
||||
</svg>
|
||||
Hosted Services
|
||||
</summary>
|
||||
<div class="mt-2 pl-7">
|
||||
<p class="text-gray-700 mb-3">These are great if you are not quite a technical person and need everything to be simple and easy to use.</p>
|
||||
<ul class="list-disc pl-4 text-md font-semibold">
|
||||
<li>Bear Blog ⭐️</li>
|
||||
<li>Substack</li>
|
||||
<li>Ghost</li>
|
||||
<li>Wordpress</li>
|
||||
<li>Squarespace</li>
|
||||
</ul>
|
||||
</div>
|
||||
</details>
|
||||
|
||||
<p>These are great if you are not quite a technical person and need everything to be simple and easy to use.</p>
|
||||
<ul class="list-disc pl-4 text-md font-semibold">
|
||||
<li>Bear Blog ⭐️</li>
|
||||
<li>Substack</li>
|
||||
<li>Ghost</li>
|
||||
<li>Wordpress</li>
|
||||
<li>Squarespace</li>
|
||||
</ul>
|
||||
|
||||
<p><strong>Self Hosted Frameworks</strong></p>
|
||||
|
||||
<p>For the devs 🫡 Some of my favorite frameworks and tools for making a blog!</p>
|
||||
<ul class="list-disc pl-4 text-md font-semibold">
|
||||
<li>Astro</li>
|
||||
<li>Hugo</li>
|
||||
<li>Zola</li>
|
||||
<li>11ty</li>
|
||||
<li>Jekyll</li>
|
||||
</ul>
|
||||
<details class="w-full">
|
||||
<summary class="cursor-pointer text-lg font-semibold flex items-center">
|
||||
<svg class="w-4 h-4 mr-3 transform transition-transform duration-200" fill="none" stroke="currentColor" viewBox="0 0 24 24">
|
||||
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9 5l7 7-7 7"></path>
|
||||
</svg>
|
||||
Self Hosted Frameworks
|
||||
</summary>
|
||||
<div class="mt-2 pl-7">
|
||||
<p class="text-gray-700 mb-3">For the devs 🫡 Some of my favorite frameworks and tools for making a blog!</p>
|
||||
<ul class="list-disc pl-4 text-md font-semibold">
|
||||
<li>Astro</li>
|
||||
<li>Hugo</li>
|
||||
<li>Zola</li>
|
||||
<li>11ty</li>
|
||||
<li>Jekyll</li>
|
||||
</ul>
|
||||
</div>
|
||||
</details>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user