Live data from Hacker News

Ask HN: Do you suggest static site generators to your customers?

news.ycombinator.com

51–53 of 53 posts

Re: Ask HN: Do you suggest static site generators to your customers?

#51
post #32
post #25

Yes. But they don't know it. They just know that their site is faster than their competitors. I've got a smallish piece of JS that gives the client a WYSIWYG editor, which speaks to Firebase. When Firebase gets an update, it triggers a rebuild. Best of both worlds.

That's very interesting. Is any of this code open-source?

The Firebase part?

I'm afraid not, but mostly because it's both simple, and fairly reliant on architecture.

Basically the process is:

Firebase authentication -> Content editable editor -> Firebase database update -> GitLab CI -> Pandoc & bash to update static site to latest Firebase -> Deploy to website

Re: Ask HN: Do you suggest static site generators to your customers?

#52

Many clients simply don’t need a website let alone a framework such as jekyll / git-pages. Keep it simple. Knock up a Facebook page. “Hey! We make pies, come buy some”. Job done.

My advice would be: Add a simple landing page on a matching domain which contains opening hours, address phone number and the logo. And add an entry to google maps, (bing?) and apple maps.
Post reply on HN