# fkusa-hexo **Repository Path**: javakam/fkusa-hexo ## Basic Information - **Project Name**: fkusa-hexo - **Description**: 基于 Gitee + Hexo 搭建的博客 - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-01-18 - **Last Updated**: 2022-01-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # fkusa - 给 hexo 安装 git 插件: `npm install --save hexo-deployer-git` - hexo 的 `_config.yml`: ```yml deploy: type: git repo: https://gitee.com/fkusa/fkusa branch: master url: https://fkusa.gitee.io root: / ``` - 本地调试: `hexo s` - 一键部署: `hexo d` - 主题: - Hexo + Gitee + Gitalk(需在 GitHub 中创建一个 Application)