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

Commit41d29dc

Browse files
committed
add theme/obsidian
1 parent99f6da7 commit41d29dc

File tree

5 files changed

+20
-17
lines changed

5 files changed

+20
-17
lines changed

‎_config.yml‎

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ version: "1.4.3"
4040

4141
# Menu setting | format = title_name: link_url
4242
menu:
43-
ABOUT:/whoami
43+
ABOUT:/about
4444
CATEGORIES:/categories
4545
TAGS:/tags
4646
ARCHIVES:/archives
@@ -50,12 +50,13 @@ page_titles:
5050
categories:"Categories"
5151
tags:"Tags"
5252
archives:"Archived"
53+
about:"About"
5354

5455
# Social media links
5556
socials:
56-
github:"https://github.com/TriDiamond"
57-
twitter:"https://twitter.com/TriDiamond6"
58-
stackoverflow:"https://stackoverflow.com/users/7602324/tridiamond?tab=profile"
57+
github:"https://github.com/coderhaotf"
58+
twitter:"https://twitter.com/"
59+
stackoverflow:"https://stackoverflow.com/"
5960

6061
# Enable table of content
6162
TOC:true
@@ -73,7 +74,7 @@ avatar: https://res.cloudinary.com/tridiamond/image/upload/v1573019751/TriDiamon
7374
scrollbar:true
7475

7576
# Website keywords used for SEO
76-
keywords:TriDiamond Obsidian
77+
keywords:coderhaotf
7778

7879
# Website slogans
7980
descriptionOne:"Think like an artist, develop like an artisan"
@@ -108,11 +109,11 @@ mp3:
108109
gitalk:
109110
enable:true
110111
autoExpand:true
111-
clientID:'ec894e2b66f752e8b7fb'
112-
clientSecret:'3ccc2e92bb350688fe2c2dc2930189b62622bfb1'
113-
repo:'blog-comments'
114-
owner:'TriDiamond'
115-
admin:['TriDiamond']
112+
clientID:'1edee400fc3396819b58'
113+
clientSecret:'11ca4de2d99c492ffed0d4cba0cb31cfc7c06dd0'
114+
repo:'coderhaotf.github.io'
115+
owner:'coderhaotf'
116+
admin:['coderhaotf']
116117
# Ensure uniqueness and length less than 50
117118
id:location.pathname
118119
# Facebook-like distraction

‎layout/layout.ejs‎

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,13 @@
2424
<spanclass="gradient-text">
2525
<%=config.author||config.title%>
2626
</span>.
27-
Powered by<%-link_to("http://hexo.io/","Hexo", {external:true})%>
28-
Theme
27+
Designed && Powerd by<%-link_to("http://hexo.io/","Hexo", {external:true})%>
28+
<p>Copyright© 2018 早起不吃虫的博客 粤ICP备18104892号</p>
29+
<!-- Theme
2930
<span class="gradient-text">
3031
<%- link_to("https://github.com/TriDiamond/hexo-theme-obsidian", "Obsidian", {external: true})%>
3132
</span>
32-
<small><%-link_to("https://github.com/TriDiamond/hexo-theme-obsidian/blob/master/CHANGELOG.md",'v'+theme.version, {external:true})%></small>
33+
<small><%- link_to("https://github.com/TriDiamond/hexo-theme-obsidian/blob/master/CHANGELOG.md", 'v'+theme.version, {external: true})%></small>-->
3334
</p>
3435
</footer>
3536
<%-partial('_partial/mathjax',null, {cache:true})%>

‎source/css/obsidian.styl‎

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -282,14 +282,15 @@ audio {
282282
z-index:10;
283283
position:relative;
284284
display:flex;
285-
-webkit-background-size:75px32px;
286-
-moz-background-size:75px32px;
287-
background-size:75px32px;
285+
-webkit-background-size:95px32px;
286+
-moz-background-size:95px32px;
287+
background-size:95px32px;
288288
background-repeat:no-repeat;
289289
background-position:centercenter;
290290
-webkit-mask-box-image:url("/img/logo.png");
291291
background-color:white;
292-
width:75px;
292+
// width: 75px;
293+
width:95px;
293294
height:32px;
294295
mask-image:url("/img/logo.png");
295296
mask-size:contain;

‎source/img/logo.png‎

3.32 KB
Loading

‎source/img/logo_0.png‎

2.94 KB
Loading

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp