https://github.com/next-theme/hexo-next-exif
📷 Exif.js for NexT.
https://github.com/next-theme/hexo-next-exif
exif hexo hexo-plugin
Last synced: 4 months ago
JSON representation
📷 Exif.js for NexT.
- Host: GitHub
- URL: https://github.com/next-theme/hexo-next-exif
- Owner: next-theme
- Created: 2020-04-06T03:19:16.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2024-11-17T03:30:43.000Z (6 months ago)
- Last Synced: 2024-11-17T04:26:12.943Z (6 months ago)
- Topics: exif, hexo, hexo-plugin
- Language: JavaScript
- Homepage:
- Size: 15.6 KB
- Stars: 3
- Watchers: 2
- 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.js](https://github.com/exif-js/exif-js) 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://github.com/exif-js/exif-js
exif:
enable: true
template: "{FocalLength}mm f/{FNumber} {ExposureTime}s"
```