Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
NotificationsYou must be signed in to change notification settings

coderhaotf/coderhaotf.github.io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

在线预览 | PREVIEW

⚫️ 一款优雅而高尚的黑色主题, 响应式, 高质量, 有趣, 优雅, 简约但不简单。


⚫️ A noble dark obsidian style Hexo theme, it's responsive, hight quality, fancy, high class.

preview

安装主题

$ git clone https://github.com/TriDiamond/hexo-theme-obsidian.git obsidian

启用主题

修改Hexo配置文件_config.yml 主题项设置为obsidian

...theme:obsidian...

更新主题

注意:请在更时主题时备份_config.yml配置文件

cd themes/diasporagit pull

新建文章模板

---title:My awesome titledate:2016-10-12 18:38:45categories:     -分类1    -分类2tags:     -标签1    -标签2mp3:http://domain.com/awesome.mp3cover:http://domain.com/awesome.jpg---

创建分类页

1 新建一个页面,命名为 categories 。命令如下:

hexo new page categories

2 编辑刚新建的页面,将页面的类型设置为 categories

title: categoriesdate: 2014-12-22 12:39:04type: "categories"---

主题将自动为这个页面显示所有分类。

创建标签页

1 新建一个页面,命名为 tags 。命令如下:

hexo new page tags

2 编辑刚新建的页面,将页面的类型设置为 tags

title: tagsdate: 2014-12-22 12:39:04type: "tags"---

主题将自动为这个页面显示所有标签。

主题配置

# 头部菜单,title: linkmenu:Whoami:/whoamiGithub:https://github.com/TriDiamondTwitter:https://twitter.com/TriDiamond6分类:/categories归档:/archives标签云:/tags# 是否显示目录TOC:false# 是否自动播放音乐autoplay:false# 默认音乐(随机播放)mp3:     -http://link.hhtjim.com/163/425570952.mp3    -http://link.hhtjim.com/163/425570952.mp3# 首页封面图, 为空时取文章的cover作为封面welcome_cover:# /img/welcome-cover.jpg# 默认文章封面图cover:/img/cover.jpg# Gitalk 评论插件(https://github.com/gitalk/gitalk)gitalk:# 是否自动展开评论框autoExpand:false# 应用编号clientID:''# 应用秘钥clientSecret:''# issue仓库名repo:''# Github名owner:''# Github名admin:['']# Ensure uniqueness and length less than 50id:location.pathname# Facebook-like distraction free modedistractionFreeMode:false# 网站关键字keywords:Fechin# 要使用google_analytics进行统计的话,这里需要配置IDgoogle_analytics:# 网站icofavicon:/img/favicon.png# rss文件rss:atom.xml

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

[8]ページ先頭

©2009-2025 Movatter.jp