Writing your own static website generator
x3hy.github.io
Writing your own static website generator
1–10 of 10 posts
Re: Writing your own static website generator
#2Re: Writing your own static website generator
#3Use of JS, including the NPM-backed bloat you see in libraries used on the modern web, is orthogonal to whether a site is on a static host or not—which is what "static website" actually refers to.
For examples, see: a bunch (most?) of the stuff hosted on GitHub Pages.
> Nowadays every page you see is always using fancy technologies and "modern" UI that looks like unicorn barf.
... says the person responsible for authoring/publishing a post exhibiting some of the worst decisions I've seen for styling a Web page all week.
Re: Writing your own static website generator
#4https://github.com/ColinEberhardt/tiny-ssg
I used it for a few websites, viable replacement for Assemble and other SSGs of that time.
Re: Writing your own static website generator
#5> Bloated file sizes due to javascript libraries for lazy loading data. Use of JS, including the NPM-backed bloat you see in libraries used on the modern web, is orthogonal to whether a site is on a static host or not—which is what "static website" actually refers to. For examples, see: a bunch (most?) of the stuff hosted on GitHub Pages. > Nowadays every page you see is always using fancy technologies and "modern" U…
Re: Writing your own static website generator
#6> Bloated file sizes due to javascript libraries for lazy loading data. Use of JS, including the NPM-backed bloat you see in libraries used on the modern web, is orthogonal to whether a site is on a static host or not—which is what "static website" actually refers to. For examples, see: a bunch (most?) of the stuff hosted on GitHub Pages. > Nowadays every page you see is always using fancy technologies and "modern" U…
What specifically do you dislike about OPs website?
Re: Writing your own static website generator
#7Re: Writing your own static website generator
#8Re: Writing your own static website generator
#9Please don't write your own. Last time I checked there was just an astounding number of static site generators in every imaginable technology. Why do people write & publish this thing over and over again, surely it's been done to the death?
People also keep knitting clothes despite how cheap they are to buy. They solve math problems that have been solved before, to get better at math, instead of starting with an unsolved problem. They write about things they are enthusiastic about, maybe to remember the experience, maybe to get better at writing, or to dip their toes into publishing.
Some people also seem to like reading such articles, given the upvotes. I guess it's about sharing the experience of something that interests you. Learn how it might turn out.
Re: Writing your own static website generator
#10Please don't write your own. Last time I checked there was just an astounding number of static site generators in every imaginable technology. Why do people write & publish this thing over and over again, surely it's been done to the death?