https://github.com/next-theme/hexo-next-exif
📷 Exif Reader for NexT.
https://github.com/next-theme/hexo-next-exif
exif hexo hexo-plugin
Last synced: 4 months ago
JSON representation
📷 Exif Reader for NexT.
- Host: GitHub
- URL: https://github.com/next-theme/hexo-next-exif
- Owner: next-theme
- Created: 2020-04-06T03:19:16.000Z (over 6 years ago)
- Default Branch: main
- Last Pushed: 2025-05-27T06:15:11.000Z (about 1 year ago)
- Last Synced: 2025-07-31T12:29:34.828Z (12 months ago)
- Topics: exif, hexo, hexo-plugin
- Language: JavaScript
- Homepage:
- Size: 25.4 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-next - hexo-next-exif
README
# Hexo NexT EXIF


[Exif Reader](https://www.npmjs.com/package/exifreader) for NexT.
## Preview

From: https://unsplash.com/photos/2nNbx_fr4qU
## Install
```bash
npm install next-theme/hexo-next-exif
```
## Configure
You can configure this plugin in **Hexo** `_config.yml`.
```yml
# JavaScript library for reading EXIF image metadata.
# For more information: https://www.npmjs.com/package/exifreader
exif:
enable: true
template: "{FocalLength} f/{ApertureValue} {ExposureTime}s"
```