-
Notifications
You must be signed in to change notification settings - Fork 80
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Move to Netlify #1248
Comments
To be honest, I have no experience with netlify but I am always open to new stuff. At our current state, I do not think we need some third party service to search / index out content. The main server side part should be fetching all data from social network which could be done via cron job, as you mentioned. So I am all open to it :D |
+1 to static site generators, I'm using https://phenomic.io/ for cssnano's docs and it's great! 😄 |
For my personal site, I use EJS templates and JSON data to generate static sites, deploy them on my GitHub Pages branch, use a custom domain and enable CloudFlare for CDN and free SSL. I've taken a look at the netlify homepage and watched some of their tutorials. |
Define a build process
I'm not a big fan of hashes tbh... but yeah. I'd like to find a cleaner solution.
That would just be a rebuild every 3h or something
I'd probably go custom solution, as all logic is already there. Just to save time. :)
Pros:
Cons:
|
@stefanjudis Are you sure about a custom solution? There's like a billion pre-made solutions out there. 😄 https://www.staticgen.com/ |
Netlify is sweet! Really good, easy to configure platform. I'm using it for couple of months now (my personal website on Jekyll), and it's just a perfect match for static sites. Another example is a side project I'm working on, where I choose Hugo. Also ❤️ their free plan for open source projects!
I can say the same for Hugo! So fast, simple to use, yet powerful with strong community. In terms of compromises, I believe having CDN, H2, TLS, and cheeper price is already a win win situation. For the search functionality, there are some interesting options e.g. DuckDuckGo site search, Algolia(free till 100k operations per month) etc. |
Well... we have all logic sitting in I also still like the JSON approach for adding resources.
Also free for open source. ;) It's powering a ton of library docs already. |
I would like to go with GatsbyJS because it uses React & GraphQL (to make requests to the APIs and store the data locally) under the hook and also brings some huge client site performance benefits out of the box. |
Though, I have more experience with the Vue.js ecosystem (including Nuxt.js), I agree that GatsbyJS will be a solid choice for I believe it will be also possible to keep the current data structure which might save some dev effort (still learning GraphQL 😊 so not 100% sure about that). Unfortunately, I don't have any time at the moment to actively participate to the site refactoring, but will be happy to join at the some point! |
Hey folks,
I played around with netlify the last week and it's pretty sweet. and also way cheaper.
What do you think of going static sites?! :D
We'd also get H2, HTTPS and a CDN then. ;)
Only thing to figure out would be the search (an algolia combination probably) and generating the stats (any kind of cronjob probably)
Any objections?
@radibit @marcobiedermann @ben-eb
The text was updated successfully, but these errors were encountered: