Live data from Hacker News

Free static site generator for small restaurants and cafes

lite.localcafe.org

31–40 of 110 posts

Re: Free static site generator for small restaurants and cafes

#31
post #6
post #2

No one should need JS to see the soups when that could be handled perfectly fine with CSS. I wish restaurants would just make their homepage a PDF of the menu.

I agree with no JS, but why PDF over HTML? Hard-wrapping for letter-sized paper (ok, a PDF doesn't need to be letter-sized, but most menus are approximately that) with crapshoot reflow options for soft-wrapping in certain viewer apps is pretty dicey on a phone, mitigated only slightly by rotating the phone sideways. The only benefit I can think of is if it leads to more frequent updates by the restaurant, due to limi…

If the restaurant doesn't have anything besides a menu, /index.pdf is fine—no web design required; reuse the menu they're printing anyway.

The trade-off is that they'll have to pinch/zoom if they have a small display. It's a minor inconvenience to make the exact information they want available instantly.

Re: Free static site generator for small restaurants and cafes

#32

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…

A webapp or gui WYSIWYG static generator with basic git support abstracted away would go far for many. Just let it push to some private repo which cloudflare pages or similar would deploy off of. It really feels like the only part of a non-static site most want is an editor. I absolutely loathe the matter but I do see why some restaurants only maintain a facebook page for their online presence.

This is what Netlify does. Hook up a private repo and deploy. Make a commit and it auto builds and you have a CI/CD pipeline. This is what I build all of my static sites with. You can do almost any JS framework like React, Angular, Vue, etc.

Netlify does way more than this, but it makes hosting static stuff super easy.

https://www.netlify.com/

Re: Free static site generator for small restaurants and cafes

#33
post #2

No one should need JS to see the soups when that could be handled perfectly fine with CSS. I wish restaurants would just make their homepage a PDF of the menu.

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.

Re: Free static site generator for small restaurants and cafes

#34

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…

Honestly, there are some easier ways out there now, although of course no solution is perfect.

For non-technical people I'd recommend the Hostinger Website Builder, Obsidian Quartz or Astro Starlight.

Although as a front-end dev I'd choose building a custom page with Astro, which has now become much easier though with good templates available + LLM assistance.

I wrote a comparison of less-technical ways to build a website here with more details: https://webdev.bryanhogan.com/start/ways-to-build/

Re: Free static site generator for small restaurants and cafes

#35
post #2

No one should need JS to see the soups when that could be handled perfectly fine with CSS. I wish restaurants would just make their homepage a PDF of the menu.

No one should need an entire PostScript interpreter to see the soup of the day, either. A restaurant menu is text and images. HTML and CSS are perfect for text and images.

Re: Free static site generator for small restaurants and cafes

#37

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…

This is exactly what we're trying to build with https://github.com/accretional/statue - you can email me or hit me up on Linkedin to get early access to our free static site hosting (which our new site for the project at https://statue.dev runs on, and which will Soon™ have a public-facing product doing exactly what you just asked for) Basically you'll be able to edit the markdown for your site in a souped up version…

This isn't exactly the point. He said easy to use. Yours requires developer skills which is not what he is looking for.

Re: Free static site generator for small restaurants and cafes

#38
post #11
post #2

No one should need JS to see the soups when that could be handled perfectly fine with CSS. I wish restaurants would just make their homepage a PDF of the menu.

No one is browsing the internet without JS today (within margin of error). Whether or not this "should" be the case, it is.

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

Re: Free static site generator for small restaurants and cafes

#39
post #2

No one should need JS to see the soups when that could be handled perfectly fine with CSS. I wish restaurants would just make their homepage a PDF of the menu.

Nobody should need a PDF renderer to see the soups.

Actually, nobody should need an XML parser to see the soups either.

Re: Free static site generator for small restaurants and cafes

#40
post #25

Earlier quoted context omitted.

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.

It's not pricey if you are a serious business making good money. It's a huge price if you are say a part time artist just wanting somewhere to store a price list, gallery and contact form. I'm just surprised there is nothing that fills the gap between github pages and a full hosted solution with a ton of junk you don't need. All it really needs is maybe a locally running app that can handle generating the static page…

Macs used to come with iWeb. https://www.apple.com/welcomescreen/ilife/iweb-3/

These days you can buy paid software to do this:

- $110 https://blocsapp.com

- $90 https://realmacsoftware.com/rapidweaver-classic/

- $80 https://sitely.app

- $30 https://bootstrapstudio.io

- $0 https://www.silex.me

- $0 https://wordpress.org/plugins/simply-static/

- $0 until recently, https://web.archive.org/web/20240410200646/https://grapesjs....

RapidWeaver Classic calls itself a subscription and sets up autopay, but you can immediately cancel and keep that version forever, like Jetbrains.

Post reply on HN