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

Commit910d517

Browse files
committed
delete theme repo
1 parent8ed6185 commit910d517

File tree

76 files changed

+10765
-1
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

76 files changed

+10765
-1
lines changed

‎themes/obsidian‎

Lines changed: 0 additions & 1 deletion
This file was deleted.

‎themes/obsidian/.gitignore‎

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
/source/statics/*
2+
CNAME
3+
opensource.json
4+
.git

‎themes/obsidian/CHANGELOG.md‎

Lines changed: 212 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,212 @@
1+
#Changelog
2+
[中文更变日志](https://github.com/TriDiamond/hexo-theme-obsidian/blob/master/CHANGELOG_CN.md)
3+
4+
##🚀 v1.4.3 (Nov 13, 2019)
5+
6+
Added`MathJax` support! Also fixed a few issues here and there, smoothen the animation on article pages.
7+
8+
###Features
9+
10+
- Added`MathJax` support.
11+
12+
###Changes
13+
14+
- TOC now only loads up to level 3, this changes fixed the bug when TOC goes over 3 levels the content will overflowing out of the container. ([#20](https://github.com/TriDiamond/hexo-theme-obsidian/issues/20))
15+
- Smoothen the animations for article pages.
16+
17+
##🚀 v1.4.2 (Nov 11, 2019)
18+
19+
🎉 Obsidian theme now comes with search feature! Horray!
20+
Hope you guys love this update!
21+
22+
###Features
23+
24+
- Added the mostly requested feature, local site search!
25+
26+
>The search feature is base on the index generated by[`hexo-generator-search`](https://github.com/wzpan/hexo-generator-search),
27+
>So you need to install this plugin before you can use the search feature.
28+
29+
####Installation guide
30+
31+
Install by npm
32+
33+
```bash
34+
$ npm install hexo-generator-search --save
35+
```
36+
37+
Adding the plugin config in your root`_config.yml`
38+
39+
```yaml
40+
search:
41+
path:search.xml
42+
field:post
43+
content:true
44+
```
45+
46+
Regenrate files
47+
48+
```bash
49+
hexo clean && hexo g
50+
```
51+
52+
Happy blogging! ❤️
53+
54+
##🚀 v1.4.1 (Nov 9, 2019)
55+
56+
✨Shipped a complete redesigned`archives` page UI andenhanced modern`link style`!
57+
Stay being awesome 👽!
58+
59+
###✨Features
60+
- Complete redesigned`Archives` page!
61+
- Added fade in transition for all pages!
62+
- Archives page now also allow custom header name config!
63+
64+
####Check out the example theme config below
65+
66+
```yaml
67+
# Page custom titles
68+
page_titles:
69+
categories:"Categories"
70+
tags:"Tags"
71+
archives:"Archived"
72+
```
73+
74+
### 💥Changes
75+
- New link styles for all pages!
76+
- Redesigned the Read full article button for home page!
77+
78+
## 🚀 v1.4.0 (Nov 8, 2019)
79+
80+
🎉 Lets celebrate the new`Categories` and `Tags` page UI
81+
Now the categories page support multi-levels! Hope you guys love this update! ❤️
82+
83+
### ✨ Features
84+
-Added a icon logo display next to the original logo (Which was just a word).
85+
-New icon logo has a spinning effect when you come back to the top of the page!
86+
-Complete new `Categories` and `Tags` page UI with multi-level categories support! (#12)
87+
-English fonts changed to google's `Rubik` fonts, now looks way more awesome!
88+
-Added pages title custom title name, can be changed in theme config file.
89+
90+
Page custom titles
91+
```yaml
92+
# Page custom titles
93+
page_titles:
94+
categories: "Categories"
95+
tags: "Tags"
96+
```
97+
98+
### Changes 💥
99+
-All navigation bars added shadows to standout a bit more, well just to look more awesome!
100+
-Article page navigation home icon changed to the icon logo of the site.
101+
102+
## 🚀 v1.3.5 (Nov 4, 2019)
103+
104+
Code block styles and color syntax looks way more awesome now! OMG!Hope you all enjoy this update!❤️
105+
106+
### Changes 💥
107+
-Loader leaving added smoother transition effect.
108+
-Changed code highlighting plugin, swapped highlight.js with codemirror to have a better color syntax. A more IDE like syntax! ✨(#6)
109+
-Restyled the code block, now looks even more professional! ✨
110+
-Complete rewritten TOC css styles, added a pulsing active ball to the current title. Also fixed the clicking space glitchy issue. (#13)
111+
112+
### Bug fixes 🐛
113+
-Fixed a few icon position problems.
114+
-Fixed article nav bar subtitle overflowing issue.
115+
-Fixed a few font-family issue here and there.
116+
117+
## 🚀 v1.3.4 (Oct 24, 2019)
118+
119+
### Changes 💥
120+
-Enhanced web app UI responsive styles.
121+
-Enhanced `ul` and `ol` UI styles.
122+
123+
### Bug fixes 🐛
124+
-Fixed font page link styles.
125+
-Fixed TOC title too long cause overflowing.
126+
-Fixed header with link on hover text.
127+
128+
## 🚀 v1.3.3 (Oct 23, 2019)
129+
130+
### Features ✨
131+
-Added social sharing feature - [`share.js`](https://github.com/overtrue/share.js)
132+
133+
### Changes 💥
134+
-Changed the loading icon to `Load Awesome`'s `la-ball-atom`. - [`Load Awesome`](https://github.com/danielcardoso/load-awesome)
135+
136+
## 🚀 v1.3.2 (Oct 21, 2019)
137+
138+
### Changes 💥
139+
-Changed the font color of `*word*` (italic) font in post content.
140+
141+
### Bug fixes 🐛
142+
-Home page added first post reacting height, if the first post's height is higher than the window height, it will react to it's content's full height.
143+
144+
## 🚀 v1.3.1 (Oct 18, 2019)
145+
146+
### Features ✨
147+
-Added busuanzi site statistic support.
148+
149+
### Changes 💥
150+
-Changed view count support base on comment plugin.
151+
152+
### Bug fixes 🐛
153+
-Fixed when article categories are empty, generating files failed.
154+
-Fixed responsive style problems.
155+
156+
## 🚀 v1.3.0 (Oct 18, 2019)
157+
158+
Upgraded UI, a much more smooth and elegant look! ✨
159+
160+
### Features ✨
161+
-Added post category display next to post date!
162+
163+
### Changes 💥
164+
-Regraded overall UI, looks much more smooth and elegant. ✨
165+
-Added water waves for the reading tracking ball! 🔵
166+
-Upgraded all the control icons.`
167+
-Replenished the playing tracking effect.
168+
-Replenished all the responsive styles
169+
-Css changed to use stylus instead of traditional css, for easier editing.
170+
-Moved all the plugin js and css to CDN, to speed up blog start up speed.
171+
172+
### Bug fixes 🐛
173+
-Fixed the language problem with loading more.
174+
-Fixed the article comments are same for all articles.
175+
176+
## 🚀 v1.2.0 (Oct 15, 2019)
177+
178+
Enhanced bunch of features and add bunch of fun stuffs. Hope you all enjoy them!
179+
180+
### Features ✨
181+
-Added English language support! Hooray!
182+
-Home page added "Read article" so it's more clear that it's just a summary, click to read full article.
183+
-Added back to top button, also with a fun progress tracking effect!
184+
-Footer theme added theme version display.
185+
-Article added a parameter to set the number of characters this particular article should keep.
186+
187+
### Changes 💥
188+
-Added sticky effect for both home page and article page navigation bar, with auto hide when scroll, allow reading with less undistraction.
189+
-Re-added google analytics js, which was removed before.
190+
-Article top progress bar is enlarged to more catch eyeballs.
191+
192+
### Bug fixes 🐛
193+
-Fixed slogan height shaking issue.
194+
-Fixed screen flashes when scrolling.
195+
196+
## 🚀 v1.1.0 (Oct 12, 2019)
197+
198+
Added a few more features and enhanced a bit here and there. Have fun and enjoy blogging! ❤️
199+
200+
### Features ✨
201+
-Added [Valine](https://valine.js.org) comment plugin support.
202+
-Article page enhanced TOC style and feature.
203+
-Article page added user profile box.
204+
-Added Article view count.
205+
206+
### Changes 💥
207+
-Article page changed to grid layout.
208+
-Article page changed to two column layout, now with sidebar.
209+
210+
## 🚀 v1.0.0 (Oct 10, 2019)
211+
#### Features ✨
212+
-Very first complete version of the theme

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp