Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 1 day 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 (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-10-26T14:01:01.000Z (about 2 years ago)
- Last Synced: 2024-08-02T20:46:34.352Z (3 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
![Theme Version](https://img.shields.io/badge/NexT-v7.3.0+-blue?style=flat-square)
![Package Version](https://img.shields.io/github/package-json/v/next-theme/hexo-next-exif?style=flat-square)[Exif.js](https://github.com/exif-js/exif-js) for NexT.
## Preview
![Preview](https://user-images.githubusercontent.com/16272760/70216651-f1e53200-177a-11ea-8417-0b23544a44c4.png)
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"
```