Earlier quoted context omitted.
PDF:s are not great on mobile. And you can’t easily translate them (I often translate restaurant menus when they are on a website with just 2 clicks)
Translating anything that renders on my screen is the same two clicks to open an LLM with the screen contents. I expect that will become an increasingly universal experience as LLM features get shoved into every nook and cranny of tech.
Free static site generator for small restaurants and cafes
101–110 of 110 posts
Re: Free static site generator for small restaurants and cafes
#102How should the menu be adjusted then? Baristas aren’t into code, no one’s gonna learn programming just to tweak a menu.
We assume people are so stupid, its not they are stupid, they have to learn wordpress admin, square space's admin, wixx, they all have a learning curve. The issue is time and effort. If the process is simple even if not elegant its still simple.
In my case you are logging into github and navigating to a folder vs an admin and navigating to a specific section. Editing file directly in github vs hitting save on some form and site deploys via github actions without any other need. If anything my system offers version control baked in with about the same level of effort.
Re: Free static site generator for small restaurants and cafes
#103Earlier quoted context omitted.
This is the wrong way of looking at it. Making a website's basic functionality work without JS isn't just for the random users who switch off their browser's JS runtime. It's also for the people who have a random network dropout or slowdown on a random file (in this case a JS file).
Then why does that same logic not apply to the CSS file?
When CSS doesn't load, it's immediately apparent and the user knows they need to reload the page.
Re: Free static site generator for small restaurants and cafes
#104It's pretty sad how there doesn't seem to be any decent free options for websites which are easy to use. Squarespace and such cost a fortune which isn't worth it if you aren't trying to run a full ecommerce site. Plenty of services offer free hosting of static content but don't have any way a normal person can use them. Having to use a static site generator is too hard for non programmers. I'm just surprised we haven…
Squarespace is like $20/mo for a basic site promoting your Brick and Mortar business. That includes domain, hosting, and a template/CMS. It's not that pricey.
Re: Free static site generator for small restaurants and cafes
#105Earlier quoted context omitted.
Then why does that same logic not apply to the CSS file?
I mentioned that in my other comment. When CSS doesn't load, it's immediately apparent and the user knows they need to reload the page.
Re: Free static site generator for small restaurants and cafes
#106Earlier quoted context omitted.
It also works just fine without JavaScript, so I'm not sure what they're trying to do with that comment.
No, the comment correctly points out that the "Soup" button (and all of its siblings... the food categories) is inoperable when JavaScript is disabled. You're stuck with "All" instead of nice filtering. There are ways to achieve this without JavaScript.
Re: Free static site generator for small restaurants and cafes
#107Earlier quoted context omitted.
No, the comment correctly points out that the "Soup" button (and all of its siblings... the food categories) is inoperable when JavaScript is disabled. You're stuck with "All" instead of nice filtering. There are ways to achieve this without JavaScript.
ah, gotcha. that would be nice, but tbh it seems rather minor? anyone who knows how to disable javascript (an extremely-clear "power user" signal) can probably be expected to know how to search a page too.
[0] https://github.com/Local-Cafe/localcafe-lite?tab=readme-ov-f...
Re: Free static site generator for small restaurants and cafes
#108Earlier quoted context omitted.
I mentioned that in my other comment. When CSS doesn't load, it's immediately apparent and the user knows they need to reload the page.
Isn't that exactly the opposite of the "progressive enhancement" philosophy anti-Javascript people tend to claim to subscribe to?
It doesn't have anything to do with progressive enhancement.
Re: Free static site generator for small restaurants and cafes
#109Earlier quoted context omitted.
Isn't that exactly the opposite of the "progressive enhancement" philosophy anti-Javascript people tend to claim to subscribe to?
How? It doesn't have anything to do with progressive enhancement.
You're saying that when the enhancement doesn't work, it's desirable that "it's immediately apparent and the user knows they need to reload the page". That's the opposite of what progressive enhancement people normally argue for.
Re: Free static site generator for small restaurants and cafes
#110It's pretty sad how there doesn't seem to be any decent free options for websites which are easy to use. Squarespace and such cost a fortune which isn't worth it if you aren't trying to run a full ecommerce site. Plenty of services offer free hosting of static content but don't have any way a normal person can use them. Having to use a static site generator is too hard for non programmers. I'm just surprised we haven…