美文网首页
Hexo干货[二] 主题切换

Hexo干货[二] 主题切换

作者: 蚂蚁窝大梦想 | 来源:发表于2018-06-06 00:00 被阅读18次

    主题切换

    1. 挑选主题:Themes

    2. 下载主题,以yilia为例

    git clone https://github.com/litten/hexo-theme-yilia.git themes/yilia

    3. 更换主题

    1. 找到根目录下_config.yml
    修改前:theme: landscape
    修改后:theme: yilia
    
    1. 主题个性化设置
    • 修改头像

    avatar: /assets/img/my.jpg

    • 其他配置修改同上

    添加网易云音乐

    1. 搜索你要添加的背景音乐

    付费音乐因版权一般不允许生成外链
    没有账号的童鞋去注册下

    2. 搜索到歌曲点击生成外链播放器

    wangyi_wailian.png

    3. 复制外链播放器的代码

     <!--音乐播放插件-->
    <div style="margin-top:30px;">
        <iframe frameborder="no" border="0" marginwidth="0" marginheight="0" width=220 height=52 src="//music.163.com/outchain/player?type=0&id=2242704947&auto=1&height=32"></iframe>
    </div>
    

    相关文章

      网友评论

          本文标题:Hexo干货[二] 主题切换

          本文链接:https://www.haomeiwen.com/subject/rcrvsftx.html