Hexo下的站点配置文件

_config.yml配置

1. # Site配置

title: 网站标题
subtitle: 网站副标题
description: 网站描述
author: 您的名字
lanuage: 网站使用的语言
timezone: 网站时区,Hexo默认使用您电脑的时区

我的:

title: Alpha的自白
subtitle: 一个自觉还有很多路要走的孩子,想做的更好。
description: 够努力才会越幸运
keywords: Linux,CTF,漏洞复现,环境搭建,工具使用
author: wang
language: zh-CN
timezone:

2.# Deployment配置

deploy:
	type: git
	repository: git@github.com:用户名/用户名.github.io.git
	branch: master

我的:

3.添加板娘

1.安装

在hexo目录,使用git bash输入

2.开启

在站点配置 _config.yum下,添加

3.添加模型

打开hexo目录,使用git bash输入

替换model 中的模型名字

Last updated

Was this helpful?