Live data from Hacker News

Free static site generator for small restaurants and cafes

lite.localcafe.org

101–110 of 110 posts

Re: Free static site generator for small restaurants and cafes

#101

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.

With a website you don’t need to switch an LLM. You just press translate.

Re: Free static site generator for small restaurants and cafes

#102
post #77

How should the menu be adjusted then? Baristas aren’t into code, no one’s gonna learn programming just to tweak a menu.

They are markdown files, if you can't manage a markdown file then you are not likely gonna have any easier of a time working in wordpress or anything for that matter.

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

#103
post #72

Earlier 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?

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

#104
post #25

It'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.

[deleted]

Re: Free static site generator for small restaurants and cafes

#105
post #72

Earlier 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.

Isn't that exactly the opposite of the "progressive enhancement" philosophy anti-Javascript people tend to claim to subscribe to?

Re: Free static site generator for small restaurants and cafes

#106
post #66

Earlier 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.

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.

Re: Free static site generator for small restaurants and cafes

#107
post #106

Earlier 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.

It's just peculiar especially since the repo readme [0] specifically says "Minimal JavaScript - Only when truly needed" and yet it's used for this food category filtering, a feature for which JS is certainly not truly needed.

[0] https://github.com/Local-Cafe/localcafe-lite?tab=readme-ov-f...

Re: Free static site generator for small restaurants and cafes

#108
post #105

Earlier 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?

How?

It doesn't have anything to do with progressive enhancement.

Re: Free static site generator for small restaurants and cafes

#109
post #105

Earlier 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.

> How

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

#110

It'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…

I've updated, this now has Zero Runtime js, Not a single line of js runs when this page loads in your browser.
Post reply on HN