本主题是基于 Yummy-Jekyll 主题移植过来的,首先在这里感谢原作者:DONGChuan
git clone https://github.com/yumemor/hexo-theme-primer.git
放在你的Hexo/theme下面
修改_config.yml
:
theme: primer
hexo new page 'open-source'
title: open-source
layout: open
---
hexo new page 'blog'
title: 文章
isShowDate: false
layout: category
---
menu:
Home: /
Life:
href: subentry/Life/
target: true
Open-Source: open-source/
Blog: blog/
Guestbook: guestbook/
target代表新开启一个页面进行打开
profile:
location: ChengDu, China
github: yumemor
#stackoverflow:
#title: yumemor
#href: http://stackoverflow.com/users/5662132/yumemor
#organization: 组织/公司
sidebar: true
navfixed: true
- 开启右侧菜单栏
- 开启导航fixed布局
comments:
duoshuo_username: yumemor # 多说配置
disqus_username: yumemor # disqus 配置
如果要使用多说或者 Disqus,请先创建 Site
主要是在博客首页显示 以及开源项目页面使用。
github:
popular_repos: ['cordova-plugin-alipay','hexo-theme-primer']
contribute_repos: ['yumemor/1','yumemor/2']
注意
⚠️ 配置git项目先检查profile->github
有无配置 这是前置条件。
欢迎大家 fork push。