Git Product home page Git Product logo

hexo-helper-live2d's Introduction

npm deps devdeps

downloads downloads-month

GitHub stars GitHub forks GitHub issues

Commitizen friendly PRs Welcome license

hexo-helper-live2d

3.0 Comming soon!

简体中文文档


Add the Sseexxyyy live2d to your hexo!

Demo: https://huaji8.top/post/live2d-plugin-2.0/

Installation

Install module:

npm install --save hexo-helper-live2d

Tips: If you run into a npm problem, try to use npm cache verify or npm cache clean to fix it.

And then add the next line to your hexo theme.

Usually added before </body> in layout/layout.ejs or layout/_layout.swig.

ejs:

<%- live2d() %>

swig (like "next" theme):

{{ live2d() }}

Config

Two Methods

Method 1

Add configuration in hexo's _config.yml file.

live2d:
  model: nipsilon

Method 2

Add configuration in hexo theme's _config.yml file.

live2d:
  model: nipsilon

Notes: Option 2 has higher priority, it will overwrite Option 1.

Settings

# Live2D
## https://github.com/EYHN/hexo-helper-live2d
live2d:
  model: z16 # The model that you are willing to show. default: z16
  width: 150 # The width of your model. default: 150
  height: 300 # The height of your model. default: 300
  scaling: 1 # The scaling of the resolution. default: 2
  opacityDefault: 0.7 # The default opacity. default: 0.7
  opacityHover: 1 # The opacity when hover. default: 1
  mobileShow: true # Whether to show on mobile devices. default: true
  mobileScaling: 0.5 # The scaling on mobile. default: 0.5
  position: right # Which side the model is shown at. default: right
  horizontalOffset: 0 # The horizontal offset. default: 0
  verticalOffset: -20 # The offset of the bottom. default: -20
  id: live2dcanvas # The ID of the live2d element. default: live2dcanvas
  deviceJsSource: local # The source of the current-device script. default: local

To use settings in Chinese, please have a look at Chinese document.

  • model: The model that you are willing to show. default: z16

    • chitose
    • Epsilon2.1
    • Gantzert_Felixander
    • haru01
    • haru02
    • haruto
    • hibiki
    • hijiki
    • izumi
    • koharu
    • miku
    • nico
    • ni-j
    • nipsilon
    • nito
    • shizuku
    • tororo
    • tsumiki
    • Unitychan
    • wanko
    • z16
  • width: The width of your model. ( real ) default: 150

  • height: The height of your model. ( real ) default: 300

  • scaling: The scaling of the resolution. The greater the value is setted, less mosaic it will be. Now have bug, see #32, not until the bug is solved, please set this value to 1. ( 1 = 100% ) default: 2

  • opacityDefault: The default opacity. (Beta) ( 0 - 1 ) default: 0.7

  • opacityHover: The opacity when hover. (Beta) ( 0 - 1 ) default: 1

  • mobileShow: Whether to show on mobile devices. ( true / false ) default: true

  • mobileScaling: The scaling on mobile. default: ( 1 = 100% ) 0.5

  • position: left or right side the model is shown at. ( left / right ) default: right

  • horizontalOffset: The horizontal offset. Change this variable to adjust the position of model. ( real ) default: 0

  • verticalOffset: The offset of the bottom. Change this variable to adjust the position of model. ( real ) default: -20

  • id: The ID of the <canvas> element. ( string ) default: live2dcanvas

  • deviceJsSource: The source of the current-device script. ( local / official / string ) default: local

Custom model

  1. Create a live2d_models folder at your blog's root directory.

  2. Create a folder by the name of your model.

  3. Copy your model to this folder.

Attention! The path of the model's json must be /live2d_models/{name}/{name}.model.json

For example:

Your model is named mymiku.

Then, create a folder at / (Which should exists _config.ymlsourcesthemes ) named mymiku.

Copy your model to /live2d_models/mymiku/.

Up to now, there should be mymiku.model.json in the directory of /live2d_models/mymiku/.

Have a look at(#22).


Enjoy!:beer:

This is my first hexo plugin, star ⭐ and watch 👓, pull request is also welcomed.

Github: https://github.com/EYHN/hexo-helper-live2d

issues: https://github.com/EYHN/hexo-helper-live2d/issues

Screenshots

Attention! The name above the shown screenshoot may not be the true name of the model. Please go to the "Settings" to find the true value of "model"

Epsilon2.1

Gantzert_Felixander

haru

miku

ni-j

nico

nietzche

nipsilon

nito

shizuku

tsumiki

wanko

z16

hibiki

koharu

haruto

Unitychan

tororo

hijiki

Contribute

Please pay enough attention to this document if you want to commit your changes.

CONTRIBUTING

About me

Author

QQ

Email

Imported

current-device


Open sourced under the GPL v2.0 license.

hexo-helper-live2d's People

Contributors

eyhn avatar gwzz avatar journey-ad avatar xiazeyu avatar

Watchers

 avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.