Skip to content

Commit d6d100a

Browse files
committed
🔖 version 0.4.7-BETA
1 parent 41272c4 commit d6d100a

File tree

10 files changed

+20
-16
lines changed

10 files changed

+20
-16
lines changed

CHANGELOG.md

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

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

5+
## [0.4.7-BETA](https://github.com/kakawait/hugo-tranquilpeak-theme/milestone/22) - 15 aug 2019
6+
7+
- Fix regression from Hugo 0.57 ([#371](https://github.com/kakawait/hugo-tranquilpeak-theme/issues/371))
8+
59
## [0.4.6-BETA](https://github.com/kakawait/hugo-tranquilpeak-theme/milestone/21) - 10 jul 2019
610

711
- Fix coverImage url (again) ([#358](https://github.com/kakawait/hugo-tranquilpeak-theme/pull/358))

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@ Please all the credit should be attributed to [original *Hexo* version](https://
3636
## General
3737

3838
- **Authors**: [Louis Barranqueiro (LouisBarranqueiro)](https://github.com/LouisBarranqueiro) and [Thibaud Leprêtre (kakawait)](https://github.com/kakawait)
39-
- **Version**: 0.4.6-BETA (based on Hexo version 1.10.0)
40-
- **Compatibility**: Hugo v0.30
39+
- **Version**: 0.4.7-BETA (based on Hexo version 1.10.0)
40+
- **Compatibility**: Hugo v0.53
4141

4242
## Features
4343

docs/developer.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ If you want to report a bug or ask a question, [create an issue](https://github.
2828
## General ##
2929

3030
- **Author** : Thibaud Leprêtre
31-
- **Version** : 0.4.6-BETA (based on Hexo version 1.10.0)
32-
- **Compatibility** : Hugo v0.30
31+
- **Version** : 0.4.7-BETA (based on Hexo version 1.10.0)
32+
- **Compatibility** : Hugo v0.53
3333

3434
## Requirements ##
3535

docs/user.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ A gorgeous responsive theme for Hugo blog framework
44

55
[![Tranquilpeak](../showcase.png)](https://tranquilpeak.kakawait.com)
66

7-
Tranquilpeak theme is compatible with Hugo `v0.30`.
7+
Tranquilpeak theme is compatible with Hugo `v0.53`.
88

99
This documentation will help you to install hugo-tranquilpeak-theme and configure it to use all features which it provides.
1010

@@ -55,8 +55,8 @@ If you want to report a bug or ask a question, [create an issue](https://github.
5555
## General
5656

5757
- **Authors**: [Louis Barranqueiro (LouisBarranqueiro)](https://github.com/LouisBarranqueiro) and [Thibaud Leprêtre (kakawait)](https://github.com/kakawait)
58-
- **Version**: 0.4.6-BETA (based on Hexo version 1.10.0)
59-
- **Compatibility**: Hugo v0.30
58+
- **Version**: 0.4.7-BETA (based on Hexo version 1.10.0)
59+
- **Compatibility**: Hugo v0.53
6060

6161
## Features
6262

@@ -104,7 +104,7 @@ If you want to report a bug or ask a question, [create an issue](https://github.
104104

105105
## Requirements
106106

107-
1. **Hugo** : `v0.30`
107+
1. **Hugo** : `v0.53`
108108

109109
## Installation
110110

exampleSite/config.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Tranquilpeak
2-
# Version : 0.4.6-BETA
2+
# Version : 0.4.7-BETA
33
# Author : Thibaud Leprêtre
44

55
# I STRONGLY recommend you to use a CDN to speed up loading of pages.

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: "Welcome to Tranquilpeak 0.4.6-BETA"
2+
title: "Welcome to Tranquilpeak 0.4.7-BETA"
33
date: 2015-06-15
44
categories:
55
- tranquilpeak
@@ -65,8 +65,8 @@ Please all the credit should be attributed to [original *Hexo* version](https://
6565
## General
6666

6767
- **Authors**: [Louis Barranqueiro (LouisBarranqueiro)](https://github.com/LouisBarranqueiro) and [Thibaud Leprêtre (kakawait)](https://github.com/kakawait)
68-
- **Version**: 0.4.6-BETA (based on Hexo version 1.10.0)
69-
- **Compatibility**: Hugo v0.30
68+
- **Version**: 0.4.7-BETA (based on Hexo version 1.10.0)
69+
- **Compatibility**: Hugo v0.53
7070

7171
## Features
7272

layouts/partials/meta.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<meta charset="UTF-8">
22
<meta name="viewport" content="width=device-width, initial-scale=1">
33
<meta http-equiv="X-UA-Compatible" content="IE=edge">
4-
<meta name="generator" content="Hugo {{ hugo.Version }} with theme Tranquilpeak 0.4.6-BETA">
4+
<meta name="generator" content="Hugo {{ hugo.Version }} with theme Tranquilpeak 0.4.7-BETA">
55
<meta name="author" content="{{ .Site.Author.name }}">
66
<meta name="keywords" content="{{ with .Keywords }}{{ delimit . ", " }}{{ end }}{{ if .Site.Params.keywords }}, {{ delimit .Site.Params.keywords ", " }}{{ end }}">
77
<meta name="description" content="{{ if .Description }}{{ .Description }}{{ else if .IsPage }}{{ .Summary }}{{ else }}{{ .Site.Params.description }}{{ end }}">

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "hugo-tranquilpeak-theme",
3-
"version": "0.4.6-BETA",
3+
"version": "0.4.7-BETA",
44
"description": "A gorgeous responsive theme for Hugo blog framework",
55
"main": "Gruntfile.js",
66
"scripts": {

theme.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description = "A gorgeous responsive theme for Hugo blog framework"
55
homepage = "https://github.com/kakawait/hugo-tranquilpeak-theme"
66
tags = ["blog", "minimal", "responsive", "personal", "customizable", "creative", "fontawesome", "highlight.js"]
77
features = ["blog", "themes", "disqus", "minimal", "responsive", "font awesome", "highlight.js"]
8-
min_version = 0.30
8+
min_version = 0.53
99

1010
[author]
1111
name = "Thibaud Leprêtre"

0 commit comments

Comments
 (0)