←back to thread

9 points freemanjiang | 1 comments | | HN request time: 0.202s | source

I would like to start a personal blog. I think Substack is a good option, but I would like more control over styling (potentially custom components) and want to host the blog on my own website.

I wanted to ask what the writing and hosting process is like for people who have a personal website and blog—do you just write markdown and then use a renderer?

I would like a kind of wysiwyg editor to see exactly how the content will appear once loaded. The issue with writing in a separate editor is that the line breaks, line lengths, font, etc. never appear how they will actually look. Thanks!

1. ben_w ◴[] No.46279985[source]
I use HTML directly, with a small custom-made wrapper so all I write is the main content itself, not the head element or the visible footer. Some scripts to build the index page, the tags page, the categories page. Hosted on GitHub, but it would work just as well on my own domain. I made some stylesheets for fun, the default is deliberately minimalistic.

I've found I have so few readers I don't really need a comment section, so I've not even implemented one.