Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/lete114/hexo-hash

为静态资源创建哈希版本 | Create hash versions for static resources
https://github.com/lete114/hexo-hash

assets cache caching expire file files hash rev revving version

Last synced: 14 days ago
JSON representation

为静态资源创建哈希版本 | Create hash versions for static resources

Awesome Lists containing this project

README

        

## 简介

> 如果觉得还不错,可以给个 star✨ 支持一下 😊

该插件主要用于破除 HTTP 缓存

## 安装

```bash
npm install hexo-hash --save
```

## 添加配置信息

```yml
# Hexo-hash
# https://github.com/Lete114/Hexo-hash
hash:
enable: true # 是否启用
# 更多配置信息请看: https://github.com/Lete114/cache-hash
```