Skip to content

Commit 9e4df46

Browse files
authored
Merge pull request #517 from kakawait/develop
Release 0.5.2-BETA
2 parents 0990bf9 + da711fb commit 9e4df46

37 files changed

+374
-149
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,17 @@
22

33
All notable changes to this project will be documented in this file.
44

5+
## [0.5.2-BETA](https://github.com/kakawait/hugo-tranquilpeak-theme/milestone/25) - 08 sep 2021
6+
7+
- Fix gitalk (really does not work on previous version) ([#504](https://github.com/kakawait/hugo-tranquilpeak-theme/issues/504) and [#507](https://github.com/kakawait/hugo-tranquilpeak-theme/issues/507)) (thank you @duval1024)
8+
- Replace Google+ with Linkedin as default in exampleSite ([#489](https://github.com/kakawait/hugo-tranquilpeak-theme/issues/489)) (thank you @stiliajohny)
9+
- Fix i18n files (missing keys or wrong key names) and aria-label translation ([#479](https://github.com/kakawait/hugo-tranquilpeak-theme/issues/479) and [#503](https://github.com/kakawait/hugo-tranquilpeak-theme/issues/503))
10+
- Add Finnish lang ([#500](https://github.com/kakawait/hugo-tranquilpeak-theme/issues/500)) (thank you @ronjakoi)
11+
- Support gallery title with spaces ([#292](https://github.com/kakawait/hugo-tranquilpeak-theme/issues/292))
12+
- Properly handle relative URLs ([#333](https://github.com/kakawait/hugo-tranquilpeak-theme/issues/333)) (thank you @sascha-wolf)
13+
- Fix small visual bug on Firefox ([#322](https://github.com/kakawait/hugo-tranquilpeak-theme/issues/322))
14+
- Remove dom element `<div class="post-actions-wrap>` if `showActions: false` ([#413](https://github.com/kakawait/hugo-tranquilpeak-theme/issues/413))
15+
516
## [0.5.1-BETA](https://github.com/kakawait/hugo-tranquilpeak-theme/milestone/24) - 27 aug 2021
617

718
- Fix fancybox gallery since upgrade to 3.x.x ([#490](https://github.com/kakawait/hugo-tranquilpeak-theme/issues/490))

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ How can I migrate my current version? Please read [CHANGELOG.md](https://github.
2828
## General
2929

3030
- **Authors**: [Thibaud Leprêtre (kakawait)](https://github.com/kakawait) and [Louis Barranqueiro (LouisBarranqueiro)](https://github.com/LouisBarranqueiro)
31-
- **Version**: 0.5.1-BETA (based on Hexo version 3.1.0)
31+
- **Version**: 0.5.2-BETA (based on Hexo version 3.1.0)
3232
- **Compatibility**: Hugo v0.53
3333

3434
## Features

docs/developer.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ If you want to report a bug or ask a question, [create an issue](https://github.
3030
## General ##
3131

3232
- **Author** : Thibaud Leprêtre
33-
- **Version** : 0.5.1-BETA (based on Hexo version 3.1.0)
33+
- **Version** : 0.5.2-BETA (based on Hexo version 3.1.0)
3434
- **Compatibility** : Hugo v0.53
3535

3636
## Requirements ##

docs/user.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ If you want to report a bug or ask a question, [create an issue](https://github.
6161
## General
6262

6363
- **Authors**: [Thibaud Leprêtre (kakawait)](https://github.com/kakawait) and [Louis Barranqueiro (LouisBarranqueiro)](https://github.com/LouisBarranqueiro)
64-
- **Version**: 0.5.1-BETA (based on Hexo version 3.1.0)
64+
- **Version**: 0.5.2-BETA (based on Hexo version 3.1.0)
6565
- **Compatibility**: Hugo v0.53
6666

6767
## Features

exampleSite/config.toml

Lines changed: 25 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Tranquilpeak
2-
# Version : 0.5.1-BETA
2+
# Version : 0.5.2-BETA
33
# Author : Thibaud Leprêtre
44

55
# I STRONGLY recommend you to use a CDN to speed up loading of pages.
@@ -302,10 +302,31 @@ canonifyurls = true
302302
icon = "fab fa-twitter"
303303
url = "https://twitter.com/intent/tweet?text=%s"
304304

305+
306+
# [[params.sharingOptions]]
307+
# name = "Whatsapp"
308+
# icon = "fab fa-whatsapp"
309+
# url = "https://wa.me/?text=%s"
310+
305311
[[params.sharingOptions]]
306-
name = "Google+"
307-
icon = "fab fa-google-plus"
308-
url = "https://plus.google.com/share?url=%s"
312+
name = "Linkedin"
313+
icon = "fab fa-linkedin"
314+
url = "https://www.linkedin.com/sharing/share-offsite/?url=%s"
315+
316+
# [[params.sharingOptions]]
317+
# name = "Reddit"
318+
# icon = "fab fa-reddit"
319+
# url = "https://www.reddit.com/submit?url=%s"
320+
#
321+
# [[params.sharingOptions]]
322+
# name = "Pocket"
323+
# icon = "fab fa-get-pocket"
324+
# url = "https://getpocket.com/edit?url=%s"
325+
#
326+
# [[params.sharingOptions]]
327+
# name = "Hacker News"
328+
# icon = "fab fa-hacker-news"
329+
# url = "https://news.ycombinator.com/submitlink?u=%s"
309330

310331
# -------------------
311332
# Integrated services

exampleSite/content/posts/Welcome-to-the-new-Tranquilpeak.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: "Welcome to Tranquilpeak 0.5.1-BETA"
2+
title: "Welcome to Tranquilpeak 0.5.2-BETA"
33
date: 2015-06-15
44
categories:
55
- tranquilpeak
@@ -57,7 +57,7 @@ How can I migrate my current version? Please read [CHANGELOG.md](https://github.
5757
## General
5858

5959
- **Authors**: [Thibaud Leprêtre (kakawait)](https://github.com/kakawait) and [Louis Barranqueiro (LouisBarranqueiro)](https://github.com/LouisBarranqueiro)
60-
- **Version**: 0.5.1-BETA (based on Hexo version 3.1.0)
60+
- **Version**: 0.5.2-BETA (based on Hexo version 3.1.0)
6161
- **Compatibility**: Hugo v0.53
6262

6363
## Features

exampleSite/content/posts/Who-is-using-Tranquilpeak-Hugo-Theme.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -68,9 +68,9 @@ If you want to add your site to this showcase, click [here](https://github.com/k
6868

6969
[![Ivan Fadila Putra's blog](https://i.imgur.com/r7tJa2Lm.png)](https://ffadilaputra.github.io/)
7070

71-
## BALLOON a.k.a. Fu-sen.'s blog
71+
## 🎈 BALLOON | FU-SEN blog
7272

73-
[![BALLOON a.k.a. Fu-sen.'s blog](https://i.imgur.com/ThaDHyfm.png)](https://blog.balloon.im/)
73+
[![🎈 BALLOON | FU-SEN blog](https://i.imgur.com/7tDrORCm.png)](https://balloon.asia/)
7474

7575
## Yue Hao's blog
7676

@@ -102,7 +102,7 @@ If you want to add your site to this showcase, click [here](https://github.com/k
102102

103103
## Namshik Kim's blog
104104

105-
> Data science blog
105+
> Data science blog
106106
107107
[![Namshik Kim's blog](https://i.imgur.com/oQ8i7k7m.png)](https://physhik.com/)
108108

i18n/de-de.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
- id: "global.open_post"
6060
translation: "Öffnen Sie den Beitrag"
6161

62-
## GLOBAL.POST_FOUND ##
62+
## GLOBAL.POSTS_FOUND ##
6363
- id: "global.posts_found.zero"
6464
translation: "kein Beitrag gefunden"
6565

i18n/en-us.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
- id: "global.open_post"
6060
translation: "Open the post"
6161

62-
## GLOBAL.POST_FOUND ##
62+
## GLOBAL.POSTS_FOUND ##
6363
- id: "global.posts_found.zero"
6464
translation: "no post found"
6565

i18n/fi-fi.yaml

Lines changed: 192 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,192 @@
1+
## GLOBAL ##
2+
- id: "global.home"
3+
translation: "Koti"
4+
5+
- id: "global.categories"
6+
translation: "Luokat"
7+
8+
- id: "global.category"
9+
translation: "Luokka"
10+
11+
- id: "global.tags"
12+
translation: "Tagit"
13+
14+
- id: "global.tag"
15+
translation: "Tagi"
16+
17+
- id: "global.archives"
18+
translation: "Arkistot"
19+
20+
- id: "global.search"
21+
translation: "Haku"
22+
23+
- id: "global.about"
24+
translation: "Tietoja"
25+
26+
- id: "global.author_picture"
27+
translation: "Kirjoittajan kuva"
28+
29+
- id: "global.share_on"
30+
translation: "Jaa palvelussa %s"
31+
32+
- id: "global.mail"
33+
translation: "Sähköposti"
34+
35+
- id: "global.rss"
36+
translation: "RSS"
37+
38+
- id: "global.search_category"
39+
translation: "Hae luokkaa"
40+
41+
- id: "global.search_tag"
42+
translation: "Hae tagia"
43+
44+
- id: "global.search_date"
45+
translation: "Hae päivämäärää (VVVV/KK/PP)"
46+
47+
- id: "global.read_more_about_author"
48+
translation: "Lue lisää kirjoittajasta"
49+
50+
- id: "global.zoom_in_on_picture"
51+
translation: "Suurenna kuvaa"
52+
53+
- id: "global.go_to_homepage"
54+
translation: "Siirry kotisivulle"
55+
56+
- id: "global.open_link"
57+
translation: "Avaa linkki"
58+
59+
- id: "global.open_post"
60+
translation: "Avaa julkaisu"
61+
62+
## GLOBAL.POSTS_FOUND ##
63+
- id: "global.posts_found.zero"
64+
translation: "julkaisuja ei löytynyt"
65+
66+
- id: "global.posts_found.one"
67+
translation: "1 julkaisu löytyi"
68+
69+
- id: "global.posts_found.other"
70+
translation: "{n} julkaisua löytyi"
71+
72+
## GLOBAL.CATEGORIES_FOUND ##
73+
- id: "global.categories_found.zero"
74+
translation: "luokkia ei löytynyt"
75+
76+
- id: "global.categories_found.one"
77+
translation: "1 luokka löytyi"
78+
79+
- id: "global.categories_found.other"
80+
translation: "{n} luokkaa löytyi"
81+
82+
## GLOBAL.TAGS_FOUND ##
83+
- id: "global.tags_found.zero"
84+
translation: "tageja ei löytynyt"
85+
86+
- id: "global.tags_found.one"
87+
translation: "1 tagi löytyi"
88+
89+
- id: "global.tags_found.other"
90+
translation: "{n} tagia löytyi"
91+
92+
## PAGINATION ##
93+
- id: "pagination.page"
94+
translation: "sivu {{ .Paginator.PageNumber }}"
95+
96+
- id: "pagination.of"
97+
translation: "/{{ .Paginator.TotalPages }}"
98+
99+
- id: "pagination.newer_posts"
100+
translation: "UUDEMMAT JULKAISUT"
101+
102+
- id: "pagination.older_posts"
103+
translation: "VANHEMMAT JULKAISUT"
104+
105+
- id: "pagination.previous"
106+
translation: "EDELLINEN"
107+
108+
- id: "pagination.next"
109+
translation: "SEURAAVA"
110+
111+
## POST ##
112+
- id: "post.no_title"
113+
translation: "ei otsikkoa"
114+
115+
- id: "post.categorized_in"
116+
translation: "luokassa"
117+
118+
- id: "post.tagged_in"
119+
translation: "TAGIT"
120+
121+
- id: "post.toc"
122+
translation: "Sisällysluettelo"
123+
124+
- id: "post.read_more"
125+
translation: "Lue lisää"
126+
127+
- id: "post.go_to_website"
128+
translation: "Siirry web-sivulle"
129+
130+
- id: "post.comment_and_share"
131+
translation: "Kommentoi ja jaa"
132+
133+
- id: "post.comment"
134+
translation: "Kommentoi"
135+
136+
- id: "post.back_to_top"
137+
translation: "Takaisin ylös"
138+
139+
- id: "post.share"
140+
translation: "Jaa tämä julkaisu"
141+
142+
- id: "post.gallery"
143+
translation: "Galleria"
144+
145+
## POST.IMAGE ##
146+
147+
- id: "post.image.one"
148+
translation: "kuva"
149+
150+
- id: "post.image.other"
151+
translation: "{n} kuvaa"
152+
153+
## FOOTER ##
154+
- id: "footer.all_rights_reserved"
155+
translation: "Kaikki oikeudet pidätetään"
156+
157+
## DATE ##
158+
- id: "date.month.january"
159+
translation: "tammikuuta"
160+
161+
- id: "date.month.february"
162+
translation: "helmikuuta"
163+
164+
- id: "date.month.march"
165+
translation: "maaliskuuta"
166+
167+
- id: "date.month.april"
168+
translation: "huhtikuuta"
169+
170+
- id: "date.month.may"
171+
translation: "toukokuuta"
172+
173+
- id: "date.month.june"
174+
translation: "kesäkuuta"
175+
176+
- id: "date.month.july"
177+
translation: "heinäkuuta"
178+
179+
- id: "date.month.august"
180+
translation: "elokuuta"
181+
182+
- id: "date.month.september"
183+
translation: "syyskuuta"
184+
185+
- id: "date.month.october"
186+
translation: "lokakuuta"
187+
188+
- id: "date.month.november"
189+
translation: "marraskuuta"
190+
191+
- id: "date.month.december"
192+
translation: "joulukuuta"

0 commit comments

Comments
 (0)