All Projects → wayou → hexo-image-caption

wayou / hexo-image-caption

Licence: ISC License
add caption for images within posts

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to hexo-image-caption

hexo-instagram-wall
Displays up to 18 most recent images from your Instagram account
Stars: ✭ 12 (-42.86%)
Mutual labels:  hexo
hexo-theme-sky
a concise theme for hexo https://ijinxin.github.io/
Stars: ✭ 67 (+219.05%)
Mutual labels:  hexo
hexo-generator-index2
Filtered index generator for Hexo
Stars: ✭ 40 (+90.48%)
Mutual labels:  hexo
blog
博客,基于issues,技术和思考请参看 https://trello.com/b/fZ2i0xjA
Stars: ✭ 29 (+38.1%)
Mutual labels:  hexo
vuepress-theme-minimalism
minimalism vuepress theme
Stars: ✭ 19 (-9.52%)
Mutual labels:  hexo
prinsss.github.io
Everything about my blog.
Stars: ✭ 23 (+9.52%)
Mutual labels:  hexo
hexo-tag-hint
A Hexo tag plugin to display text hint/spoiler tooltip.
Stars: ✭ 26 (+23.81%)
Mutual labels:  hexo
hexo-deployer-ftpsync
FTP deployer for Hexo
Stars: ✭ 21 (+0%)
Mutual labels:  hexo
gd4Ark.github.io
🙈 My Blog
Stars: ✭ 35 (+66.67%)
Mutual labels:  hexo
TechFusionFM
Static site for tech podcast built using Hexo.io with deployment script, XML escaper and iTunes rank tracking Telegram bot.
Stars: ✭ 20 (-4.76%)
Mutual labels:  hexo
hexo-theme-slience
A silent theme for hexo.
Stars: ✭ 19 (-9.52%)
Mutual labels:  hexo
nekocap
Browser extension for creating & uploading community captions for YouTube, niconico and other video sharing sites.
Stars: ✭ 27 (+28.57%)
Mutual labels:  caption
TRHX.github.io
个人技术博客 My blog, mainly sharing some Python notes.
Stars: ✭ 25 (+19.05%)
Mutual labels:  hexo
MyBlog
The source code of https://blog.nfz.moe
Stars: ✭ 13 (-38.1%)
Mutual labels:  hexo
caption-core
Caption Core acts as an abstraction layer for Caption’s core functionality.
Stars: ✭ 33 (+57.14%)
Mutual labels:  caption
hexo-theme-griddy
Hexo theme for artist & photographer showing their work that created with Bulma CSS Framework
Stars: ✭ 22 (+4.76%)
Mutual labels:  hexo
HexoBlog
No description or website provided.
Stars: ✭ 14 (-33.33%)
Mutual labels:  hexo
hexo-include-markdown
Easily load markdownfiles in Markdown .
Stars: ✭ 16 (-23.81%)
Mutual labels:  hexo
dev-dark-theme
The dev dark theme is a theme developed using hexo.
Stars: ✭ 24 (+14.29%)
Mutual labels:  hexo
hexo-autoprefixer
Autoprefixer plugin for Hexo.
Stars: ✭ 15 (-28.57%)
Mutual labels:  hexo

hexo-image-caption

Auto adding caption for images with alt attribute.

npm package npm package

Installation

npm install --save hexo-image-caption

Usage

adding following section to your hexo site _config.yml file to enable and config plugin.

# add caption for iamges
image_caption:
  enable: true #false to disable
  class_name: #if you wanna customize the style for the caption,you can assign a class name, default is 'image-caption'

How it works

This extension takes the alt attribe as the cation for images.

For example:

![description](xxxx.jpg)

the result will be:

<img src="xxxx.jpg" alt="description">
<span class="image-caption">description</span>

Credits

wayou

License

MIT

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].