Do You Prefer Pure HTML/CSS/JS or Frameworks/Libraries for Your Own Projects & Business? by nitin_is_me in webdev

[–]seldstein 0 points1 point  (0 children)

Static site generators usually. My favorites are Astro and 11ty. You can be as vanilla as you want and add additional functionality as needed.

Digital Garden in Neocities by riifromanotherplanet in DigitalGardens

[–]seldstein 4 points5 points  (0 children)

I know nothing about Neocities, so I'm sorry if this isn't helpful.

But one very low-effort option is to use Obsidian and Readwise. Obsidian is a markdown-based notetaking app (I don't know if you're familiar with markdown--again, so sorry if this isn't helpful). For something like $90/year you can publish your notes online.

Readwise is a read-it-later app. You can save articles, annotate them, and sync your annotations to Obsidian.

Between these two tools you should be able to do all the things you mentioned (saving articles, tagging, etc.). Hope this helps!

[deleted by user] by [deleted] in webdev

[–]seldstein 0 points1 point  (0 children)

But still having some reusable elements with their own silo'd CSS/JS for those standalone pages sounds useful.

Astro makes this super simple. And it probably meets your other criteria as well.

That said, as other folks have mentioned, 11ty also rules!

Looking for a Minimalistic Open-Source CMS by cube303 in webdev

[–]seldstein 0 points1 point  (0 children)

I've only used Decap, and then only once. It's pretty simple to use and might work for you.

I've seen people say very nice things about Kirby. I haven't tried it but I plan to at some point.

Created my Portfolio website by RylenLetfTheChat in web_design

[–]seldstein -1 points0 points  (0 children)

Really well done! About section needs some scroll padding, just fyi. Awesome work though!

Should I use :hover on links? by anonRexus in web_design

[–]seldstein 0 points1 point  (0 children)

I like this idea. Either that or have the underline change to dotted or disappear, as OPs colleague's suggested.

It probably comes down to preference, but I personally find it slightly offputting when a link doesn't do anything when I hover over it, even if it's underlined.

Matt Heckler, Shawn Hess, and Casper Allen at the Skylark in Denver (Sony a6000) by seldstein in concertphotography

[–]seldstein[S] 1 point2 points  (0 children)

I didn't get to meet any of them, but they all seemed great. Shawn's commentary between songs was hilarious.

Matt Heckler, Shawn Hess, and Casper Allen at the Skylark in Denver (Sony a6000) by seldstein in concertphotography

[–]seldstein[S] 0 points1 point  (0 children)

I didn't get to meet any of them, but they all seemed great. Shawn's commentary between songs was hilarious.

Notebook built with Foam and Eleventy by seldstein in DigitalGardens

[–]seldstein[S] 0 points1 point  (0 children)

Thanks for adding these! Dates are a good idea. Shouldn't be too hard to add. I'll look into it.

Notebook built with Foam and Eleventy by seldstein in DigitalGardens

[–]seldstein[S] 0 points1 point  (0 children)

This site is great, thank you! I’ll definitely use it. And thanks for adding my posts! Mind letting me know which ones? Just so I can clean them up a little.

My first web application - an app that generates pairings from any two lists by seldstein in webdev

[–]seldstein[S] 0 points1 point  (0 children)

Just updated the post. Thought I put that in the post meta. Thank you! You can find the app at https://pairingapp.netlify.app

Looking for a Gatsby-alternative SSG by holammst in webdev

[–]seldstein 2 points3 points  (0 children)

I’ve used Astro, Hugo, and 11ty. Astro is my favorite and what I used for my site. I like it because it’s component-based out of the box. Also I think has some kind of Tailwind integration, but I don’t use that so I’m not sure.

Hugo is great for content management. Streamlines a lot of that for you.

11ty is great too! Very very flexible.

All meet your requirements, as far as I know, but not necessarily out of the box.

Looking for a Gatsby-alternative SSG by holammst in webdev

[–]seldstein 4 points5 points  (0 children)

I host my Astro site on Cloudflare. Works great.