I love the simplicity of this so much, I built a whole CMS using that, with markdown and a single HTML file! https://github.com/arnaudsm/raito
Entire website in a single HTML file
111–120 of 333 posts
Re: Entire website in a single HTML file
#112Re: Entire website in a single HTML file
#113Earlier quoted context omitted.
I think you've just described an EPUB?
I thought epub files were basically zip archives of all the required files
If you want to consider that single or multiple files ... quickly veers into semantics.
Re: Entire website in a single HTML file
#114Re: Entire website in a single HTML file
#115Earlier quoted context omitted.
I had the same reaction. It would be like telling someone who has been using an IDE: did you know you can compile your code from the command line? And having that person genuinely be blown away.
https://xkcd.com/1053/
Re: Entire website in a single HTML file
#116test
Re: Entire website in a single HTML file
#117HTML and CSS alone are really powerful. I decided not to use any JS on my personal site, but you can still have: + collapsible sections with `details` and `summary`[0] + footnotes, with navigation to/from with anchor tags. You can even apply CSS on the currently selected footnote.[1] + Semantic web that is compatible with everything and has sensible defaults so you can focus on what you're actually doing! + Tiny depl…
I’d want templating if I’m going to make more than two pages on a site.
Re: Entire website in a single HTML file
#118Re: Entire website in a single HTML file
#119HTML and CSS alone are really powerful. I decided not to use any JS on my personal site, but you can still have: + collapsible sections with `details` and `summary`[0] + footnotes, with navigation to/from with anchor tags. You can even apply CSS on the currently selected footnote.[1] + Semantic web that is compatible with everything and has sensible defaults so you can focus on what you're actually doing! + Tiny depl…
nice. most sites that use javascript don't need to... https://i.imgur.com/qaJYWit.png
Re: Entire website in a single HTML file
#120Is this a joke? Why is this a revelation?