Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/whg517/whg517.github.io

个人博客仓库
https://github.com/whg517/whg517.github.io

Last synced: 16 days ago
JSON representation

个人博客仓库

Awesome Lists containing this project

README

        

# Hexo-site

**说明**:此仓库为个人博客源码目录

## 使用说明

博客使用 [Hexo 博客框架](https://hexo.io/zh-cn/docs/) 详细操作请参考官方文档。

主题使用 [«NexT» Theme](https://github.com/theme-next/hexo-theme-next)。具体使用参考文档。

1. 安装依赖

```bash
npm install
```

2. [生成静态文件](https://hexo.io/zh-cn/docs/commands#generate)

```bash
npm build
```

3. [预览](https://hexo.io/zh-cn/docs/commands#server)

```bash
npm server
```

## 配置说明

项目采用 `npm` 管理,所需要内容都在 `package.json` 中,包括 hexo 和 Next 主题。

### Hexo 配置

参考 [Hexo 配置](https://hexo.io/zh-cn/docs/configuration) 文档。

### 主题配置

主题配置默认在主题目录中 `themes/next/_config.yml` ,为了方便使用,可以将主题配置也分离到 hexo 中。在 [hexo 5.0 增加了多配置功能](https://hexo.io/docs/configuration#Alternate-Theme-Config),

所以现在主题配置存放在 `_config.next.yml` 中,其配置内容会覆盖主题默认配置。由于使用了 npm 管理主题包,所以如果需要查看默认主题配置,
可以在[源代码仓库查找](https://github.com/theme-next/hexo-theme-next/blob/master/_config.yml) 。

## 变更记录

[变更记录](./docs/CHANGELOG.md)