hexo-tag-gdemo

멋진 Plug in

1
$ npm install @heowc/hexo-tag-gdemo

사용법

1
2
3
{% gdemo_terminal 'command1;command2;...' 'minHeight' 'windowTitle' 'onCompleteDelay' 'promptString' 'id' 'highlightingLang' %}
content
{% endgdemo_terminal %}

Example

1
2
{% gdemo_terminal '2017.03 ~ : Konkuk Univ. Mechanical Engineering;2018.06 ~ 2019.11 : Former undergraduate researcher at MRV Lab.(Medical Robotics and Virtual Reality Laboratory);2019.11 ~ : Undergraduate researcher at SiM Lab.(Smart intelligent Manufacturing system Laboratory)' '150px' 'Career' '300' '$' 'career' 'vim' %}
{% endgdemo_terminal %}
1
2
{% gdemo_terminal '2017.03 ~ : Konkuk Univ. Mechanical Engineering;2018.06 ~ 2019.11 : Former undergraduate researcher at MRV Lab.(Medical Robotics and Virtual Reality Laboratory);2019.11 ~ : Undergraduate researcher at SiM Lab.(Smart intelligent Manufacturing system Laboratory)' '150px' 'Career' '300' '$' 'career' 'vim' %}
{% endgdemo_terminal %}

Reference