Lightweight and sustainable Websites: Difference between revisions
Jump to navigation
Jump to search
m (→Static Site Generators: Order) |
|||
Line 11: | Line 11: | ||
== Static Site Generators == | == Static Site Generators == | ||
* [https://www.11ty.io/ Eleventy], written in JavaScript | |||
* [https://gohugo.io/ Hugo], written in Go | * [https://gohugo.io/ Hugo], written in Go | ||
* [https://jekyllrb.com/ Jekyll], written in Ruby | * [https://jekyllrb.com/ Jekyll], written in Ruby | ||
* [https://blog.getpelican.com/ Pelikan], written in Python | * [https://blog.getpelican.com/ Pelikan], written in Python | ||
== Web Frameworks == | == Web Frameworks == |
Revision as of 17:21, 17 August 2019
Client-side Optimizations
Server-side Optimizations
Web Servers
Static Site Generators
- Eleventy, written in JavaScript
- Hugo, written in Go
- Jekyll, written in Ruby
- Pelikan, written in Python
Web Frameworks
Links
Need to be processed/summarized?
- Awesome Static Web Site Generators
- Brutalist Web Design by David Bryant Copeland
- How to Build a Low-tech Website? by Low-Tech Magazine
- The Ethics of Web Performance by Tim Kadlec
- Securing Sites Made Them Less Accessible by Eric A. Meyer
- Susty WP, Delivering WordPress in 7 KB by Jack Lenox
- Performance Budget, "I want my site to load in X seconds on a Y connection" by @jonthanfielding
- Front-end performance checklist 2019 by Vitaly Friedman.
- World bandwith map from @mattleibow.
- Get Started With Analyzing Runtime Performance by Kayce Basques.
- Optimize Website Speed With Chrome DevTools by Kayce Basques.
- Optimization in Elm – an interesting look at compiler tool chain driven web performance.
- Small Assets without the Headache by Evan Czaplicki.