Customizing Hexo Blog Card Styles with CSS Hover Effects
Transforming the visual presentation of your Hexo blog involves adding interactive elements and modern styling to content cards and sidebar components. This tutorial covers implementing dynamic hover states and smooth transitions through custom CSS.
Establishing Custom Styles
Create a new stylesheet in your theme's source directory: source/css/ ...
Posted on Sun, 05 Jul 2026 17:24:36 +0000 by lightningstrike
Building a Team Technical Documentation Site with Node.js and Hexo in Docker
Node.js is a JavaScript runtime built on Chrome's V8 engine, designed to execute JavaScript code on the server side. It is well-suited for building scalable and high-performance web applications due to its event-driven, non-blocking I/O model, making it lightweight and efficient for data-intensive real-time applications on distributed devices. ...
Posted on Wed, 13 May 2026 20:41:14 +0000 by swatisonee