|
|
|
|
|
by superkuh
964 days ago
|
|
Maybe don't write a static site generator. Maybe just make a normal website made of individual HTML and other files that doesn't require any "generation" at all. Static site generators are supposed to be for getting away from complexity but most of the time they just shift the complexity away from being attackable. There's no requirement for websites to be generated either statically or dynamically. The best websites are just files in folders. |
|