vuepress-theme-resume
vuepress-theme-resume copied to clipboard
怎么添加照片?
in the example\README.md,the name and others information is like
<h1>
<span>WhoWhoWho</span>
<ul>
<li><span>phone</span>***</li>
<li><span>email</span><a href="***@***.***">***@***.***</a></li>
</ul>
</h1>
when you add photo, it's just like this:
<h1>
<span>WhoWhoWho</span>
<ul>
<li><span>phone</span>***</li>
<li><span>email</span><a href="***@***.***">***@***.***</a></li>
</ul>
<ul>
<img src="http://img.mp.itc.cn/upload/20170613/d4c65f5031ea49afa33c80c85e5b7e22_th.jpg" height="80">
</ul>
</h1>