Skip to content

theme-next/hexo-next-exif

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hexo NexT EXIF

Theme Version Package Version

Exif.js for NexT.

Preview

image

From: https://unsplash.com/photos/2nNbx_fr4qU

Install

npm install theme-next/hexo-next-exif

Configure

You can config those in both hexo or theme _config.yml

# 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"