this post was submitted on 07 Aug 2023
34 points (90.5% liked)

Comradeship // Freechat

2124 readers
155 users here now

Talk about whatever, respecting the rules established by Lemmygrad. Failing to comply with the rules will grant you a few warnings, insisting on breaking them will grant you a beautiful shiny banwall.

A community for comrades to chat and talk about whatever doesn't fit other communities

founded 3 years ago
MODERATORS
 

Any tips for hosting a blog? i recently read this speech by deng about the pen being a major tool for exercising leadership and i want to start writing my thoughts to practice and get better.

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 9 points 1 year ago* (last edited 1 year ago)

Easy+free option might be making a static site on github. Basically you write your posts in some easy to write format like markdown and then run a command to generate the HTML from it, then commit the whole thing to a git repository. Look up "static site generator" for various tools to help you do that. The site'll be hosted on your-username.github.io. Unlimited flexibility as you can tweak the styles and how the generation happens as you want and there's virtually no limits as long as you're just posting text and the occasional image. A lot of programmer blogs I've seen are run this way but ofc can write about whatever you want on there :)