That doesn't sound like raw HTML to me. I write my own blog in raw HTML with a text editor (BBEdit), no JavaScript, and no server-side script either.
For good measure, I also write my RSS feed in raw XML with a text editor.
31–40 of 137 posts
That doesn't sound like raw HTML to me. I write my own blog in raw HTML with a text editor (BBEdit), no JavaScript, and no server-side script either.
For good measure, I also write my RSS feed in raw XML with a text editor.
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).
> However, even a static site generator will deprecate some features one day No? You don't need to upgrade to the version that deprecates. Besides, what features are you using with such a simple blog the are at risk?
Of course opening the index in tramp, putting the heading, timestamp and p tag goes into a function or paused kbd-macro so it fits into Mx blogthis
An example of what I mean: http://bettermotherfuckingwebsite.com/
A more flashy example: https://thebestmotherfucking.website/
Blogging in raw html means you fire up emacs, tramp to the blogs index.html find the last closing p tag and underneath put the post headline and timestamp and an opening p tag on the next line and you are off to the races. Of course opening the index in tramp, putting the heading, timestamp and p tag goes into a function or paused kbd-macro so it fits into Mx blogthis
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.
Am curious. How is this raw HTML if you're using markdown? But on the other side, writing in raw HTML is a fascinating topic I've been very intrigued by. http://john.ankarstrom.se/html/ is a very inspiring post.
https://ontology2.com/the-book/html5-the-official-document-l...
though I also published some Jupyter notebooks
https://ontology2.com/essays/PropertiesColorsAndThumbnails.h...