top | item 23350388

(no title)

ryanolsonx | 5 years ago

I don't think people used static site generators to make websites back in 1999. Why not edit raw html?

discuss

order

babbledabbler|5 years ago

Great question! The source files are actually HTML so in truth you are editing HTML but just chunks of HTML. I think the benefit is that it assembles and organizes the HTML so you don't have to repeat yourself with various things like nav bars, etc.

Also by using vanilla HTML it makes it possible to find any CSS targeting your vanilla HTML on the internet and drop it in like so. https://findingmyhtmlgoddess.com/blog/post/seeking-html-godd...

In any case, you could totally take the output in the docs folder and never use the framework again if you wanted. :)