How to Render a Minecraft World with Blender

Once you learn this, you do not need in-game shaders just for screenshots. I originally followed this [article](https://blog.phoenixlzx.com/2017/12/18/minecraft-3d-render-with-blender/). It worked, but some parts felt …

December 28, 2022 · 3 min

How Can Hexo Optimize Images to Improve Page Load Speed?

Images are often the biggest part of page load time. Is there a way to optimize image loading and speed up the whole page? Yes. A simple method is to convert your images to WebP and store or upload them in that format. …

September 17, 2022 · 2 min

Try UserStyle in Your Browser: A Different Path from UserScript

# Introduction A webpage is usually built from three parts: * Structure (HTML): defines page structure. * Presentation (CSS): controls visual style. * Behavior (JavaScript): handles interactions. In simple terms, CSS …

September 10, 2022 · 2 min

Auto-Deploy Hexo and Fix Updated-Time Reset

# Configure a Token Open [GitHub](https://github.com), click your avatar in the top-right corner, then click "Settings". …

September 10, 2022 · 3 min

How to Take Better Screenshots on Web Pages

## F12 Command Press F12 to open DevTools, or right-click the page and choose "Inspect". …

August 25, 2022 · 1 min

Enable the Everything Plugin in PowerToys Run

[PowerToys](https://github.com/microsoft/PowerToys) is an open-source toolkit developed by Microsoft and the community. PowerToys Run is one of its features. It works a bit like Spotlight on macOS: fast search plus many …

August 23, 2022 · 1 min