0%

Git

查看Github仓库占用的存储空间

  1. 登录Github首页,点击账户的setting

    阅读全文 »

Hexo中插入图片

  1. 安装图片插件hexo-renderer-marked

    1
    npm install hexo-renderer-marked --save
    阅读全文 »

Hexo搭建站点

hexo官方网站

准备

  1. Github新建仓库,命名为 {username}.github.io
  2. 安装Node.js,安装Stable版本。
  3. 安装Hexo-cli,即Hexo的命令行工具。

    1
    npm install -g hexo-cli
阅读全文 »