# hexo-asset-image **Repository Path**: raychow-github/hexo-asset-image ## Basic Information - **Project Name**: hexo-asset-image - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2018-12-02 - **Last Updated**: 2021-01-04 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 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`.