• Pastor Dean
  • home
  • categories
  • archives
  • tools
Search ...
Search ...

Tag: hexo

Tags

运维 | 2019-04-24

新增hexo个人页面

前言使用hexo博客创建个人页面/工具页面 步骤 确认主题,我使用的是next主题,编辑themes\next_config.yml 修改menu 新增分类与路 ...

pastor
pastor
2 min read
hexo | 2017-03-28

hexo 使用指南

安装、初始化和配置准备工作 git node.js github 安装和初始化首先确定已经安装好了 nodejs 和 npm 以及 git 12345$ npm install hexo -g$ hexo init blog$ cd blog$ npm install$ hexo server 访问http://localhost:4000,会看到生成好的博客。 主目录结构12345678|-- _config.yml|-- package.json|-- scaffol ...

pastor
pastor
11 min read
hexo | 2017-03-20

Hexo + Github 博客多终端同步

原文链接 主体的思路是将博文内容相关文件放在Github项目中master中,将Hexo配置写博客用的相关文件放在Github项目的hexo分支上,这个是关键,多终端的同步只需要对分支hexo进行操作。下面是详细的步骤讲解: 1. 准备条件安装了Node.js,Git,Hexo环境完成Github与本地Hexo的对接这部分大家可以参考史上最详细的Hexo博客搭建图文教程 配置好这些,就可以捋起袖子大干一场了! 2. 在其中一个中单操作,push本地文件夹Hexo中的必要文件 ...

pastor
pastor
3 min read
hexo | 2016-12-23

Hexo的Next主题个性化设置

Hexo + GitHub (Coding) Pages 搭建博客 Hexo的Next主题个性化设置(一)——基础设置

pastor
pastor
0 min read
— Pastor Dean —

Recent Posts

  • Thinking modelBiological thinking Biological thinking: looking at the business world from an evolutionary perspective
  • Modern Darwin Integrated Model Biological Thinking Mode Opening God is Perspective
  • Metacognition Changing the stubborn thinking of the brain
MORE →
Pastor Dean
Pastor Dean © 2020
Hexo Casper