Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/kakawait/hugo-tranquilpeak-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThibaud Lepretre <thibaud.lepretre@gmail.com>2021-09-08 13:01:36 +0300
committerThibaud Lepretre <thibaud.lepretre@gmail.com>2021-09-08 13:01:36 +0300
commit9f6030120e7a8a52ce869921c94b990f2349c557 (patch)
tree8ec247a7b8d4d1f5de6263188518ad5812a08cf4
parentf09fec5bb3d7ab51fcfcf2e414f9f1cc1ab5f20b (diff)
update version to 0.5.2-BETA
-rw-r--r--README.md2
-rw-r--r--docs/developer.md2
-rw-r--r--docs/user.md2
-rw-r--r--exampleSite/config.toml2
-rw-r--r--exampleSite/content/posts/Welcome-to-the-new-Tranquilpeak.md4
-rw-r--r--layouts/partials/meta.html2
-rw-r--r--package-lock.json4
-rw-r--r--package.json2
8 files changed, 10 insertions, 10 deletions
diff --git a/README.md b/README.md
index 4e655e4..f3e9198 100644
--- a/README.md
+++ b/README.md
@@ -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
diff --git a/docs/developer.md b/docs/developer.md
index ba4b334..cb04139 100644
--- a/docs/developer.md
+++ b/docs/developer.md
@@ -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 ##
diff --git a/docs/user.md b/docs/user.md
index 8d43be9..374c417 100644
--- a/docs/user.md
+++ b/docs/user.md
@@ -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
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index 0a5f517..0848fec 100644
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -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.
diff --git a/exampleSite/content/posts/Welcome-to-the-new-Tranquilpeak.md b/exampleSite/content/posts/Welcome-to-the-new-Tranquilpeak.md
index 9db06b3..6ec7a18 100644
--- a/exampleSite/content/posts/Welcome-to-the-new-Tranquilpeak.md
+++ b/exampleSite/content/posts/Welcome-to-the-new-Tranquilpeak.md
@@ -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
@@ -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
diff --git a/layouts/partials/meta.html b/layouts/partials/meta.html
index 1fc40ce..6e668fe 100644
--- a/layouts/partials/meta.html
+++ b/layouts/partials/meta.html
@@ -1,7 +1,7 @@
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
-<meta name="generator" content="Hugo {{ hugo.Version }} with theme Tranquilpeak 0.5.1-BETA">
+<meta name="generator" content="Hugo {{ hugo.Version }} with theme Tranquilpeak 0.5.2-BETA">
<meta name="author" content="{{ .Site.Author.name }}">
<meta name="keywords" content="{{ with .Keywords }}{{ delimit . ", " }}{{ end }}{{ if .Site.Params.keywords }}, {{ delimit .Site.Params.keywords ", " }}{{ end }}">
<meta name="description" content="{{ if .Description }}{{ .Description }}{{ else if .IsPage }}{{ .Summary }}{{ else }}{{ .Site.Params.description }}{{ end }}">
diff --git a/package-lock.json b/package-lock.json
index be2e3cb..a9fd6ab 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,11 +1,11 @@
{
"name": "hugo-tranquilpeak-theme",
- "version": "0.5.1-BETA",
+ "version": "0.5.2-BETA",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
- "version": "0.5.1-BETA",
+ "version": "0.5.2-BETA",
"license": "GPL-3.0",
"devDependencies": {
"eslint": "^7.32.0",
diff --git a/package.json b/package.json
index 4f86a89..df3f629 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "hugo-tranquilpeak-theme",
- "version": "0.5.1-BETA",
+ "version": "0.5.2-BETA",
"description": "A gorgeous responsive theme for Hugo blog framework",
"main": "Gruntfile.js",
"scripts": {