Skip to content

Commit

Permalink
Merge pull request #517 from kakawait/develop
Browse files Browse the repository at this point in the history
Release 0.5.2-BETA
  • Loading branch information
kakawait authored Sep 8, 2021
2 parents 0990bf9 + da711fb commit 9e4df46
Show file tree
Hide file tree
Showing 37 changed files with 374 additions and 149 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,17 @@

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

## [0.5.2-BETA](https://github.com/kakawait/hugo-tranquilpeak-theme/milestone/25) - 08 sep 2021

- 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)
- Replace Google+ with Linkedin as default in exampleSite ([#489](https://github.com/kakawait/hugo-tranquilpeak-theme/issues/489)) (thank you @stiliajohny)
- 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))
- Add Finnish lang ([#500](https://github.com/kakawait/hugo-tranquilpeak-theme/issues/500)) (thank you @ronjakoi)
- Support gallery title with spaces ([#292](https://github.com/kakawait/hugo-tranquilpeak-theme/issues/292))
- Properly handle relative URLs ([#333](https://github.com/kakawait/hugo-tranquilpeak-theme/issues/333)) (thank you @sascha-wolf)
- Fix small visual bug on Firefox ([#322](https://github.com/kakawait/hugo-tranquilpeak-theme/issues/322))
- Remove dom element `<div class="post-actions-wrap>` if `showActions: false` ([#413](https://github.com/kakawait/hugo-tranquilpeak-theme/issues/413))

## [0.5.1-BETA](https://github.com/kakawait/hugo-tranquilpeak-theme/milestone/24) - 27 aug 2021

- Fix fancybox gallery since upgrade to 3.x.x ([#490](https://github.com/kakawait/hugo-tranquilpeak-theme/issues/490))
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ How can I migrate my current version? Please read [CHANGELOG.md](https://github.
## General

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

## Features
Expand Down
2 changes: 1 addition & 1 deletion docs/developer.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ If you want to report a bug or ask a question, [create an issue](https://github.
## General ##

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

## Requirements ##
Expand Down
2 changes: 1 addition & 1 deletion docs/user.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ If you want to report a bug or ask a question, [create an issue](https://github.
## General

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

## Features
Expand Down
29 changes: 25 additions & 4 deletions exampleSite/config.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Tranquilpeak
# Version : 0.5.1-BETA
# Version : 0.5.2-BETA
# Author : Thibaud Leprêtre

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


# [[params.sharingOptions]]
# name = "Whatsapp"
# icon = "fab fa-whatsapp"
# url = "https://wa.me/?text=%s"

[[params.sharingOptions]]
name = "Google+"
icon = "fab fa-google-plus"
url = "https://plus.google.com/share?url=%s"
name = "Linkedin"
icon = "fab fa-linkedin"
url = "https://www.linkedin.com/sharing/share-offsite/?url=%s"

# [[params.sharingOptions]]
# name = "Reddit"
# icon = "fab fa-reddit"
# url = "https://www.reddit.com/submit?url=%s"
#
# [[params.sharingOptions]]
# name = "Pocket"
# icon = "fab fa-get-pocket"
# url = "https://getpocket.com/edit?url=%s"
#
# [[params.sharingOptions]]
# name = "Hacker News"
# icon = "fab fa-hacker-news"
# url = "https://news.ycombinator.com/submitlink?u=%s"

# -------------------
# Integrated services
Expand Down
4 changes: 2 additions & 2 deletions exampleSite/content/posts/Welcome-to-the-new-Tranquilpeak.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: "Welcome to Tranquilpeak 0.5.1-BETA"
title: "Welcome to Tranquilpeak 0.5.2-BETA"
date: 2015-06-15
categories:
- tranquilpeak
Expand Down Expand Up @@ -57,7 +57,7 @@ How can I migrate my current version? Please read [CHANGELOG.md](https://github.
## General

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

## Features
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -68,9 +68,9 @@ If you want to add your site to this showcase, click [here](https://github.com/k

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

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

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

## Yue Hao's blog

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

## Namshik Kim's blog

> Data science blog
> Data science blog
[![Namshik Kim's blog](https://i.imgur.com/oQ8i7k7m.png)](https://physhik.com/)

Expand Down
2 changes: 1 addition & 1 deletion i18n/de-de.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
- id: "global.open_post"
translation: "Öffnen Sie den Beitrag"

## GLOBAL.POST_FOUND ##
## GLOBAL.POSTS_FOUND ##
- id: "global.posts_found.zero"
translation: "kein Beitrag gefunden"

Expand Down
2 changes: 1 addition & 1 deletion i18n/en-us.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
- id: "global.open_post"
translation: "Open the post"

## GLOBAL.POST_FOUND ##
## GLOBAL.POSTS_FOUND ##
- id: "global.posts_found.zero"
translation: "no post found"

Expand Down
192 changes: 192 additions & 0 deletions i18n/fi-fi.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,192 @@
## GLOBAL ##
- id: "global.home"
translation: "Koti"

- id: "global.categories"
translation: "Luokat"

- id: "global.category"
translation: "Luokka"

- id: "global.tags"
translation: "Tagit"

- id: "global.tag"
translation: "Tagi"

- id: "global.archives"
translation: "Arkistot"

- id: "global.search"
translation: "Haku"

- id: "global.about"
translation: "Tietoja"

- id: "global.author_picture"
translation: "Kirjoittajan kuva"

- id: "global.share_on"
translation: "Jaa palvelussa %s"

- id: "global.mail"
translation: "Sähköposti"

- id: "global.rss"
translation: "RSS"

- id: "global.search_category"
translation: "Hae luokkaa"

- id: "global.search_tag"
translation: "Hae tagia"

- id: "global.search_date"
translation: "Hae päivämäärää (VVVV/KK/PP)"

- id: "global.read_more_about_author"
translation: "Lue lisää kirjoittajasta"

- id: "global.zoom_in_on_picture"
translation: "Suurenna kuvaa"

- id: "global.go_to_homepage"
translation: "Siirry kotisivulle"

- id: "global.open_link"
translation: "Avaa linkki"

- id: "global.open_post"
translation: "Avaa julkaisu"

## GLOBAL.POSTS_FOUND ##
- id: "global.posts_found.zero"
translation: "julkaisuja ei löytynyt"

- id: "global.posts_found.one"
translation: "1 julkaisu löytyi"

- id: "global.posts_found.other"
translation: "{n} julkaisua löytyi"

## GLOBAL.CATEGORIES_FOUND ##
- id: "global.categories_found.zero"
translation: "luokkia ei löytynyt"

- id: "global.categories_found.one"
translation: "1 luokka löytyi"

- id: "global.categories_found.other"
translation: "{n} luokkaa löytyi"

## GLOBAL.TAGS_FOUND ##
- id: "global.tags_found.zero"
translation: "tageja ei löytynyt"

- id: "global.tags_found.one"
translation: "1 tagi löytyi"

- id: "global.tags_found.other"
translation: "{n} tagia löytyi"

## PAGINATION ##
- id: "pagination.page"
translation: "sivu {{ .Paginator.PageNumber }}"

- id: "pagination.of"
translation: "/{{ .Paginator.TotalPages }}"

- id: "pagination.newer_posts"
translation: "UUDEMMAT JULKAISUT"

- id: "pagination.older_posts"
translation: "VANHEMMAT JULKAISUT"

- id: "pagination.previous"
translation: "EDELLINEN"

- id: "pagination.next"
translation: "SEURAAVA"

## POST ##
- id: "post.no_title"
translation: "ei otsikkoa"

- id: "post.categorized_in"
translation: "luokassa"

- id: "post.tagged_in"
translation: "TAGIT"

- id: "post.toc"
translation: "Sisällysluettelo"

- id: "post.read_more"
translation: "Lue lisää"

- id: "post.go_to_website"
translation: "Siirry web-sivulle"

- id: "post.comment_and_share"
translation: "Kommentoi ja jaa"

- id: "post.comment"
translation: "Kommentoi"

- id: "post.back_to_top"
translation: "Takaisin ylös"

- id: "post.share"
translation: "Jaa tämä julkaisu"

- id: "post.gallery"
translation: "Galleria"

## POST.IMAGE ##

- id: "post.image.one"
translation: "kuva"

- id: "post.image.other"
translation: "{n} kuvaa"

## FOOTER ##
- id: "footer.all_rights_reserved"
translation: "Kaikki oikeudet pidätetään"

## DATE ##
- id: "date.month.january"
translation: "tammikuuta"

- id: "date.month.february"
translation: "helmikuuta"

- id: "date.month.march"
translation: "maaliskuuta"

- id: "date.month.april"
translation: "huhtikuuta"

- id: "date.month.may"
translation: "toukokuuta"

- id: "date.month.june"
translation: "kesäkuuta"

- id: "date.month.july"
translation: "heinäkuuta"

- id: "date.month.august"
translation: "elokuuta"

- id: "date.month.september"
translation: "syyskuuta"

- id: "date.month.october"
translation: "lokakuuta"

- id: "date.month.november"
translation: "marraskuuta"

- id: "date.month.december"
translation: "joulukuuta"
6 changes: 6 additions & 0 deletions i18n/fr-fr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,15 @@
- id: "global.categories"
translation: "Catégories"

- id: "global.category"
translation: "Catégorie"

- id: "global.tags"
translation: "Tags"

- id: "global.tag"
translation: "Tag"

- id: "global.archives"
translation: "Archive"

Expand Down
2 changes: 1 addition & 1 deletion i18n/it-it.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
- id: "global.open_post"
translation: "Apri il post"

## GLOBAL.POST_FOUND ##
## GLOBAL.POSTS_FOUND ##
- id: "global.posts_found.zero"
translation: "nessun post trovato"

Expand Down
14 changes: 7 additions & 7 deletions i18n/ja.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,14 +59,14 @@
- id: "global.open_post"
translation: "投稿を開く"

## GLOBAL.POST_FOUND ##
- id: "global.post_found.zero"
## GLOBAL.POSTS_FOUND ##
- id: "global.posts_found.zero"
translation: "見つかりませんでした。"

- id: "global.post_found.one"
- id: "global.posts_found.one"
translation: "1件見つかりました。"

- id: "global.post_found.other"
- id: "global.posts_found.other"
translation: "{n} 件見つかりました。"

## GLOBAL.CATEGORIES_FOUND ##
Expand All @@ -80,13 +80,13 @@
translation: "{n} 件のカテゴリーが見つかりました。"

## GLOBAL.TAGS_FOUND ##
- id: "globa.tags_found.zero"
- id: "global.tags_found.zero"
translation: "見つかりませんでした。"

- id: "globa.tags_found.one"
- id: "global.tags_found.one"
translation: "1件のタグが見つかりました。"

- id: "globa.tags_found.other"
- id: "global.tags_found.other"
translation: "{n} 件のタグが見つかりました。"

## PAGINATION ##
Expand Down
Loading

0 comments on commit 9e4df46

Please sign in to comment.