Hexo Logo

Hexo

Hexo Hexo 是一个快速、简洁且高效的博客框架。 安装 安装 Git: Windows: Download & install git. Mac: Install it with Homebrew, MacPorts or installer. Linux (Ubuntu, Debian): sudo apt-get install git-core Linux (Fedora, Red Hat, CentOS): sudo yum install git-core 安装 node.js: Windows: Install it with nvs (recommended) or nvm. Mac: Install it with Homebrew or MacPorts. Linux (DEB/RPM-based): Install it with NodeSource. Others: Install it through respective package manager. Refer to the guide provided by Node.js. 安装 Hexo:-g 表示全局安装,会将 Hexo 命令加入环境变量中。 ...

December 12, 2021 · 24 min · Sakamoto Kurome