https://github.com/theme-next/hexo-next-exif
Exif.js for NexT.
https://github.com/theme-next/hexo-next-exif
gitment gitmint hexo
Last synced: about 1 year ago
JSON representation
Exif.js for NexT.
- Host: GitHub
- URL: https://github.com/theme-next/hexo-next-exif
- Owner: theme-next
- Created: 2019-01-08T04:27:14.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2020-03-01T06:48:06.000Z (over 6 years ago)
- Last Synced: 2025-01-21T12:28:57.095Z (over 1 year ago)
- Topics: gitment, gitmint, hexo
- Language: JavaScript
- Homepage:
- Size: 56.6 KB
- Stars: 1
- Watchers: 15
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Hexo NexT EXIF


[Exif.js](https://github.com/exif-js/exif-js) for NexT.
## Preview

From: https://unsplash.com/photos/2nNbx_fr4qU
## Install
```bash
npm install theme-next/hexo-next-exif
```
## Configure
You can config those in both **hexo** or **theme** `_config.yml`
```yaml
# JavaScript library for reading EXIF image metadata.
# For more information: https://github.com/exif-js/exif-js
exif:
enable: false
tags:
FocalLength: "{value}mm"
FNumber: "f/{value}"
ExposureTime: "{value}s"
```