8000 GitHub - gulangyu/hexo-theme-primer at 1.0
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

gulangyu/hexo-theme-primer

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Hexo-Theme-Primer

image

感谢原作者

本主题是基于 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布局

配置评论模式(支持多说/Disqus)

comments:
	duoshuo_username: yumemor # 多说配置
	disqus_username: yumemor # disqus 配置

如果要使用多说或者 Disqus,请先创建 Site

Git 项目

主要是在博客首页显示 以及开源项目页面使用。

github:
  popular_repos: ['cordova-plugin-alipay','hexo-theme-primer']
  contribute_repos: ['yumemor/1','yumemor/2']

注意⚠️ 配置git项目先检查profile->github 有无配置 这是前置条件。

欢迎大家 fork push。

About

The github style (primer) for Hexo theme.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 57.5%
  • HTML 23.3%
  • CSS 19.2%
0