And hosting with Netlify maybe.
Ask HN: Best way to create a landing page?
31–40 of 65 posts
Re: Ask HN: Best way to create a landing page?
#32I recommend using a static site generator. It brings precisely the features you ask for: - easy SEO optimization, especially compared to SPA - easy content management, GitOps - fast, scales well - free to host via various services (e.g. GitLab and GitHub) Personally, I like Hugo. They have an amazing gallery of free templates: https://themes.gohugo.io/ You might enjoy my blog post on how I host my personal website fo…
Re: Ask HN: Best way to create a landing page?
#33We've used it to build Rezi - https://rezi.io
Re: Ask HN: Best way to create a landing page?
#34Re: Ask HN: Best way to create a landing page?
#35I recommend using a static site generator. It brings precisely the features you ask for: - easy SEO optimization, especially compared to SPA - easy content management, GitOps - fast, scales well - free to host via various services (e.g. GitLab and GitHub) Personally, I like Hugo. They have an amazing gallery of free templates: https://themes.gohugo.io/ You might enjoy my blog post on how I host my personal website fo…
This[0] is the issue that broke lots of themes. The fix was certainly an easy and small one but still a breaking change, and not the only one, in a minor version change; that should have been a major version change, if you want to use semver[1] as a convention you must respect it.
[0]: https://github.com/gohugoio/hugoThemes/issues/682 [1]: https://semver.org/
Re: Ask HN: Best way to create a landing page?
#36Re: Ask HN: Best way to create a landing page?
#37I'm currently converting a site from static HTML to Gatsby because I got tired of having to copy-paste changes to repeating elements between the different pages. The Vue/React component approach works really well in that regard. And you don't lose out on the static element, nor the SEO.
Re: Ask HN: Best way to create a landing page?
#38Re: Ask HN: Best way to create a landing page?
#39https://carrd.co/ is your friend here
If the objective of a landing page is to reach the largest audience possible in a sustainable, fast and efficient way, I wouldn't choose any SPA solution. And I must add that this comes from experience. For few years I did try to go the SPA way, with server side rendering, but the extra work and overheads are just not worth it.
IMHO, nothing beats static pages for landings.