no need just write stop using tools, just an HTML document is fine.
How to Start Your Blog in 2023
51–60 of 257 posts
Re: How to Start Your Blog in 2023
#52I've written a post about why I enjoy Mataroa a lot: https://pivic.blog/blog/mataroa/
Re: How to Start Your Blog in 2023
#53Re: How to Start Your Blog in 2023
#54I want to start my own blog but the vast number of choices overwhelms me. Deciding between Astro/Hugo/Jekyll right now. Can anyone share their experiences if they have built their blogs using these tools?
I want to do the same and integrate it with my existing hobby e-com website. I was thinking of finding something that just turns markdown into HTML and using that. On the other-hand, a wysiwyg editor would be nice. I have no desire to use something heavy like wordpress or anything that requires a database. My little e-com website has no database backend which i'm kind of proud of :) edit: on the third hand... i need…
Plus, it has the added benefit of keeping your front-end skills upto date.
Re: How to Start Your Blog in 2023
#55Re: How to Start Your Blog in 2023
#56I want to start my own blog but the vast number of choices overwhelms me. Deciding between Astro/Hugo/Jekyll right now. Can anyone share their experiences if they have built their blogs using these tools?
Sure, I've used [tool] successfully in the past. Seriously, just pick one and set it up. People blog on manually edited HTML files, it really doesn't matter.
Re: How to Start Your Blog in 2023
#57I want to start my own blog but the vast number of choices overwhelms me. Deciding between Astro/Hugo/Jekyll right now. Can anyone share their experiences if they have built their blogs using these tools?
Honestly, the overwhelming number of tool choices and themes is the biggest hurdle these days. I will shamelessly plug my solution: md2blog. You just plop Markdown files into folders and it does the rest, without letting you get distracted by themes. Edit: addressing the article, md2blog does not support email subscriptions, but it does generate an Atom feed. It also requires using a command line (but the tool is a s…
Re: How to Start Your Blog in 2023
#58Shameless plug but I built a tiny unopinionated static site generator that is great for blogs. No toolchain or anything fancy, I just added RSS support too :) It would be my pleasure if someone wants to try it https://github.com/donuts-are-good/bearclaw
> a static site is a site with no fancy clicky things, signups, comments, just plain html
Technically I think you can have comments via some embedded widget. Each page is still static, but there's a script tag in there that embeds a widget into the page that gives you commenting, usually via some SaaS
I think Disqus was the big one for a while. There was one I saw recently that uses github as the auth provider, which was interesting