# hexo-asset-image **Repository Path**: code-ran/hexo-asset-image ## Basic Information - **Project Name**: hexo-asset-image - **Description**: 解决hexo博客无法展示图片的问题 - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-07-21 - **Last Updated**: 2023-07-21 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 这个仓库是fork的,用来解决hexo写博客图片无法加载的问题,由于原作者不在维护这个库,并且归档了,设置成了只读。所有便fork了这个地址。 # hexo-asset-image Give asset image in hexo a absolutely path automatically # Usege ```shell npm install hexo-asset-image --save ``` # Example ```shell MacGesture2-Publish ├── apppicker.jpg ├── logo.jpg └── rules.jpg MacGesture2-Publish.md ``` Make sure `post_asset_folder: true` in your `_config.yml`. Just use `![logo](logo.jpg)` to insert `logo.jpg`. # History 2018-04-18: support hexo-abbrlink