# 主题切换 ### 1. 挑选主题:[Themes](https://hexo.io/themes/) ### 2. 下载主题,以[yilia](https://github.com/litten/hexo-theme-yilia)为例 > git clone https://github.com/litten/hexo-theme-yilia.git themes/yilia ### 3. 更换主题 1. 找到根目录下_config.yml “` 修改前:theme: landscape 修改后:theme: yilia
2. 主题个性化设置
* 修改头像
> avatar: /assets/img/my.jpg
* 其他配置修改同上
# 添加[网易云音乐](https://music.163.com/)
### 1. 搜索你要添加的背景音乐
> 付费音乐因版权一般不允许生成外链
> 没有账号的童鞋去注册下
### 2. 搜索到歌曲点击生成外链播放器

### 3. 复制外链播放器的代码
border="0" src="//music.163.com/outchain/player?type=0&id=2242704947&auto=1&height=32" width="220" height="52">
“`