Setting Up a Hexo Blog with Custom Domain on GitHub Pages
Environment Setup
Installing Git
Download Git from git-scm.com and install the appropriate version for your system (32-bit or 64-bit).
Installing Node.js
Download Node.js from nodejs.org. After installation, verify by running:
node -v
npm -v
Restart your computer after installation completes.
Configuring Hexo
Create a new folder (e.g., E:\Pr ...
Posted on Fri, 04 Sep 2026 16:15:57 +0000 by gabaod
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