Hexo Hello World (Archive)

The original hello world post from the previous Hexo blog.

Hexo Hello World (Archive)

Note: This is an archived post from the previous version of the blog which used Hexo.

Welcome to Hexo! This is your very first post. Check documentation for more info. If you get any problems when using Hexo, you can find the answer in troubleshooting or you can ask me on GitHub.

Quick Start

Create a new post

$ hexo new "My New Post"

More info: Writing

Run server

$ hexo server

More info: Server

Generate static files

$ hexo generate

More info: Generating

Deploy to remote sites

$ hexo deploy

More info: Deployment

From Hexo to Next.js

This blog has evolved from using Hexo (as shown in this archived post) to a modern Next.js implementation. The transition represents the evolution of web technologies and our approach to content management.

Key differences:

  • Hexo: Static site generator based on Node.js with specific commands for content management
  • Next.js: React framework supporting both static generation and server-side rendering
  • MDX: Extended Markdown that allows embedding React components directly in content

Continue Reading

Browse All Articles