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

Commit78971f3

Browse files
committed
update v1.2.0
1 parent0f6f4ec commit78971f3

File tree

22 files changed

+411
-45
lines changed

22 files changed

+411
-45
lines changed

‎CHANGELOG.md‎

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,25 @@
11
#Changelog
22

3+
##🚀 1.2.0 (Oct 15, 2019)
4+
5+
Enhanced bunch of features and add bunch of fun stuffs. Hope you all enjoy them!
6+
7+
###Features ✨
8+
- Added English language support! Hooray!
9+
- Home page added "Read article" so it's more clean that it's just a summary, click to read full article.
10+
- Added back to top button, also with a fun progress tracking effect!
11+
- Footer theme added theme version display.
12+
- Article added a parameter to set the number of characters this particular article should keep.
13+
14+
###Changes 🙌
15+
- Added sticky effect for both home page and article page navigation bar, with auto hide when scroll, allow reading with less undistraction.
16+
- Readded google analytics js, which was removed before.
17+
- Article top progress bar is enlarged to more catch eyeballs.
18+
19+
###Bug fixes 🐛
20+
- Fixed slogan height shaking issue.
21+
- Fixed screen flashes when scrolling.
22+
323
##🚀 1.1.0 (Oct 12, 2019)
424

525
Added a few more features and enhanced a bit here and there. Have fun and enjoy blogging! ❤️

‎README.md‎

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#Hexo-theme-obsidian
1+
#Hexo-theme-obsidian <sup>v1.2.0</sup>
22
>A dark Hexo theme, it's responsive, simple but elegant.
33
44
**[PREVIEW](http://tridiamond.tech)** |
@@ -179,6 +179,26 @@ highlight:
179179
hexo clean && hexo g
180180
```
181181

182+
### Preview character length
183+
184+
This post parameter changes how many characters are kept for the preview at home page.
185+
186+
``` markdown
187+
188+
title: My awesome title
189+
date: 2019-07-14 18:38:45
190+
categories:
191+
- Category1
192+
- Category2
193+
tags:
194+
- Tag1
195+
- Tag2
196+
mp3: http://domain.com/awesome.mp3
197+
cover: http://domain.com/awesome.jpg
198+
preview: 300
199+
200+
```
201+
182202
### Post template
183203

184204
Post template settings

‎README_CN.md‎

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#Hexo-theme-obsidian
1+
#Hexo-theme-obsidian <sup>v1.2.0</sup>
22
>一款暗色的Hexo主题, 拥有响应式布局, 简约而优雅.
33
44
**[预览](http://tridiamond.tech)** |
@@ -175,6 +175,26 @@ highlight:
175175
hexo clean && hexo g
176176
```
177177

178+
### 文章展示字符数控制
179+
180+
文章里面的参数`preview`控制在首页展示时保留的字符数
181+
182+
``` markdown
183+
184+
title: My awesome title
185+
date: 2019-07-14 18:38:45
186+
categories:
187+
- Category1
188+
- Category2
189+
tags:
190+
- Tag1
191+
- Tag2
192+
mp3: http://domain.com/awesome.mp3
193+
cover: http://domain.com/awesome.jpg
194+
preview: 300
195+
196+
```
197+
178198
### 文章模版
179199

180200
文章模版设置

‎languages/default.yml‎

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
articles:Articles
12
categories:Categories
23
search:Search
34
tags:Tags
@@ -20,3 +21,10 @@ tag: Tag
2021
nav.category:Category
2122
nav.tag:Tag
2223
nav.archive:Archive
24+
time_suffix:mins.
25+
load_more:Load more
26+
toc:Contents
27+
read_article:Read article
28+
pv:Page views
29+
uv:Unique visitors
30+
readed:Readed

‎languages/fr.yml‎

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
articles:Articles
12
categories:Catégories
23
search:Rechercher
34
tags:Mot-clés
@@ -17,3 +18,10 @@ powered_by: Propulsé by
1718
rss_feed:Flux RSS
1819
category:Catégorie
1920
tag:Mot-clé
21+
time_suffix:mins.
22+
load_more:Load more
23+
toc:Contents
24+
read_article:Read article
25+
pv:Page views
26+
uv:Unique visitors
27+
readed:Readed

‎languages/it.yml‎

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
articles:Articles
12
categories:Categorie
23
search:Cerca
34
tags:Tag
@@ -17,3 +18,10 @@ powered_by: Powered by
1718
rss_feed:Feed RSS
1819
category:Categoria
1920
tag:Tag
21+
time_suffix:mins.
22+
load_more:Load more
23+
toc:Contents
24+
read_article:Read article
25+
pv:Page views
26+
uv:Unique visitors
27+
readed:Readed

‎languages/nl.yml‎

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
1+
articles:Articles
22
categories:Categorieën
33
search:Zoeken
44
tags:Labels
@@ -18,3 +18,10 @@ powered_by: Powered by
1818
rss_feed:RSS Feed
1919
category:Categorie
2020
tag:Label
21+
time_suffix:mins.
22+
load_more:Load more
23+
toc:Contents
24+
read_article:Read article
25+
pv:Page views
26+
uv:Unique visitors
27+
readed:Readed

‎languages/no.yml‎

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
articles:Articles
12
categories:Kategorier
23
search:Søk
34
tags:Tags
@@ -16,4 +17,11 @@ share: Share
1617
powered_by:Powered by
1718
rss_feed:RSS Feed
1819
category:Category
19-
tag:Tag
20+
tag:Tag
21+
time_suffix:mins.
22+
load_more:Load more
23+
toc:Contents
24+
read_article:Read article
25+
pv:Page views
26+
uv:Unique visitors
27+
readed:Readed

‎languages/ru.yml‎

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
articles:Articles
12
categories:Категории
23
search:Поиск
34
tags:Метки
@@ -16,4 +17,11 @@ share: Поделиться
1617
powered_by:Создано с помощью
1718
rss_feed:RSS-каналы
1819
category:Категория
19-
tag:Метка
20+
tag:Метка
21+
time_suffix:mins.
22+
load_more:Load more
23+
toc:Contents
24+
read_article:Read article
25+
pv:Page views
26+
uv:Unique visitors
27+
readed:Readed

‎languages/zh-CN.yml‎

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
articles:文章
12
categories:分类
23
search:搜索
34
tags:标签
@@ -20,3 +21,11 @@ tag: Tag
2021
nav.category:分类
2122
nav.tag:标签
2223
nav.archive:归档
24+
time_suffix:分钟
25+
load_more:加载更多
26+
loading:加载中...
27+
toc:目录
28+
read_article:查看全文
29+
pv:浏览量
30+
uv:访客数
31+
readed:已读

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp