Quick Start Labels
Reading List
https://jackwhiting.co.uk/posts/lazy-loading-vanilla-js-with-webpack-laravel-mix
https://medium.com/free-code-camp/reducing-css-bundle-size-70-by-cutting-the-class-names-and-using-scope-isolation-625440de600b
Libraries
https://github.com/verlok/vanilla-lazyload
Developer Resources
https://webpack.js.org/configuration/output/
https://web.dev/articles/preload-critical-assets
Reading List
https://www.codemzy.com/blog/how-to-name-webpack-chunk
How to name a webpack chunk (including split and common chunks)
Reading List
Sidebar Labels
https://xmlexpr.blogspot.com/2024/09/header-widget.html
https://xmlexpr.blogspot.com/2024/01/enable-page-interaction-in-preview-mode.html
https://xmlexpr.blogspot.com/
https://xmlexpr.blogspot.com/2024/01/styling-post-summary.html
Styling The Blogger Post Summary
February 20, 2025
2025
February
20
12:34 PM
How to style the Blogger post summary.
Post summary is the first part of your post that just before the jump break a.k.a "read more" tag. If the jump break is not present, Blogger will take a certain length of character for the post summary, which in that case, this trick won't work.
The following CSS hides the first paragraph of the post:
.post-body > p:nth-of-type(1) {
display: none;
}
https://www.blogger.com/rpc_relay.html
https://www.blogger.com/comment/frame/220561901913020919?po=7929380442368532788&hl=en&saa=85391&origin=https://xmlexpr.blogspot.com&skin=contempo
https://xmlexpr.blogspot.com/2024/01/styling-post-summary.html#comments
true
https://xmlexpr.blogspot.com/search/label/%40lvc
@lvc
https://xmlexpr.blogspot.com/search/label/tips-and-trick
tips-and-trick
https://xmlexpr.blogspot.com/2024/09/header-widget.html
https://xmlexpr.blogspot.com/2024/01/enable-page-interaction-in-preview-mode.html
https://xmlexpr.blogspot.com/