Live data from Hacker News

I Blog with Raw HTML

devpoga.org

21–30 of 137 posts

Re: I Blog with Raw HTML

#21
I really like Hugo but I couldn’t ever find the right look and theme that I liked and spent way too much time on it. I decided to just create markdown posts on GitHub on that special user repository where the readme contents end up on your profile.

Re: I Blog with Raw HTML

#22
post #6

What do you mean by raw html ?? Using js and stylesheet in your head tag, well you didn't mean pure html only site

Yeah, I was disappointed to see the site come up looking one way then quickly re-render in another aesthetic.

Re: I Blog with Raw HTML

#23
post #6

What do you mean by raw html ?? Using js and stylesheet in your head tag, well you didn't mean pure html only site

I think it means literally writing the blog post directly as HTML, instead of as something that will then be turned into HTML tags (like Markdown).

Re: I Blog with Raw HTML

#25
post #5

Im confused, blogging with raw html but also using highlight.js and markdown?

re: static, there are two main points of view. Static from the visitor's perspective or static from the webmaster's perspective. This seems to be about static from the webmaster's perspective which is a "modern" view and one that seems to have overloaded the term since 2015 or so.

Re: I Blog with Raw HTML

#29
post #2

I'm blogging with Raw HTML since the beginning of this year. The biggest missing piece is probably RSS support which makes me sad. I can write a script to generate that from the list of article but I'm not sure if there's better way.

RSS is human-readable XML, so you could just manually update your RSS file every time you write a new post, in a text editor.
Post reply on HN