Nice, I couldn't load the page without enabling a bunch of useless JavaScript. Maybe we have different definitions of "small".
You do!
71–80 of 84 posts
Nice, I couldn't load the page without enabling a bunch of useless JavaScript. Maybe we have different definitions of "small".
You do!
This is awesome. Almost all content on the internet has been centralized by social networks, so it brings me joy to see an appetite for small, personal, non-commercial websites.
Eh, I've been on the hunt for non-commercial websites for close to a decade. It's pretty barren out there. Three types of people have websites these days: 1) People trying to sell something: courses, books, their resume, etc. 2) People interested in blogging, who give up after less than a year due to lack of visibility (compared to Medium/Substack) 3) People who created their website in the 90s and saw no reason to s…
Earlier quoted context omitted.
> What happened to "I'll edit this .html file and FTP it up, with maybe a light sprinkling of CSS and js for any interactive elements"? What happened are people being annoyed with hand-fucking html every time they want to write a blogpost started writing/using static site builders
So instead of typing ("hand fucking") a few HTML characters around your blog post you trade it in for a big complex orgy of additional abstractions, tools, and processes.
Earlier quoted context omitted.
I like static builders. It's just markdown files and some templates. It makes editing much easier. If your website is about the content and not the presentation, it makes a lot of sense. I made my own static site builder (typical HN!) and it's just a python package. At its simplest it depends on Python Markdown and Jinja. The website itself is dead simple and gracefully degrades. It's just text on a page after all.
> I made my own static site builder (typical HN!) and it's just a python package Same! I designed the look of my site, and then wrote Python to generate it, though instead of Jinja I even wrote my own templating library. The goal of reinventing the wheel was to learn Python through writing a non-trivial, useful app and libraries. I haven't quite mustered up the courage to publish the source, yet, though: being a lear…
It also converts and resizes images, processes SCSS, and a few other things that suit my workflow.
Editing source-controlled files in a familiar text editor is blissful.
To me the idea of a small web is a great one. But then for some reason everyone equates small with "static builder" and before you know it you're into a hellscape of complexity with static site builders, SPAs and other madness. What happened to "I'll edit this .html file and FTP it up, with maybe a light sprinkling of CSS and js for any interactive elements"? Why did devs get obsessed with a deeply complex jamstack t…
Earlier quoted context omitted.
So instead of typing ("hand fucking") a few HTML characters around your blog post you trade it in for a big complex orgy of additional abstractions, tools, and processes.
I don’t understand how something like Jekyll could be considered big and complex. What examples do you have in mind?
Earlier quoted context omitted.
Thankyou! I'll check SeaMonkey. I've tested only Firefox, Chrome and Safari (and desktop and mobile) so far. Really glad to hear it works in links! That's awesome. There should be a reasonable amount of accessibility markup too (in how it's structured plus some specific accessibility items) for screen readers as well.
Try palemoon perhaps. Seamonkey is an old school fork of Netscape before they pulled out Firefox. I suspect the CSS rendering is marginal CSS 2. I use Seamonky on OpenBSD i386 arch as Firefox no longer supported. I am using deliberately low spec computers for personal surfing. The links render shows the 'skip to main content' link which is always a good sign that accessibility has been addressed.
To me the idea of a small web is a great one. But then for some reason everyone equates small with "static builder" and before you know it you're into a hellscape of complexity with static site builders, SPAs and other madness. What happened to "I'll edit this .html file and FTP it up, with maybe a light sprinkling of CSS and js for any interactive elements"? Why did devs get obsessed with a deeply complex jamstack t…
> Why did devs get obsessed with a deeply complex jamstack type thing to do even incredibly simple sites? Because devs don't think of websites like a place for personal expression; to them, personal websites are usually roughly structured wikis of stuff they've learned that would be mostly hard to read or follow for others. So they geek out over the details of the blog infrastructure. If instead of a website, they we…
To me the idea of a small web is a great one. But then for some reason everyone equates small with "static builder" and before you know it you're into a hellscape of complexity with static site builders, SPAs and other madness. What happened to "I'll edit this .html file and FTP it up, with maybe a light sprinkling of CSS and js for any interactive elements"? Why did devs get obsessed with a deeply complex jamstack t…
https://www.seazhang.com/, Link are given as examples, because blog content is Chinese and personal, not worth mentioning.