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-08-27 20:04:41 +0300
committerThibaud Lepretre <thibaud.lepretre@gmail.com>2021-08-27 20:05:09 +0300
commit1b753281375610b3f0725ba96097d6366a84651f (patch)
tree512f6b6389dfb614bfda8aab93142f95d50c299a
parentfffed3f1a43f79214d073b2731c4c519710b5a9c (diff)
Update version to 0.5.1-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 7e04430..4e655e4 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.0-BETA (based on Hexo version 3.1.0)
+- **Version**: 0.5.1-BETA (based on Hexo version 3.1.0)
- **Compatibility**: Hugo v0.53
## Features
diff --git a/docs/developer.md b/docs/developer.md
index a99c557..ba4b334 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.0-BETA (based on Hexo version 3.1.0)
+- **Version** : 0.5.1-BETA (based on Hexo version 3.1.0)
- **Compatibility** : Hugo v0.53
## Requirements ##
diff --git a/docs/user.md b/docs/user.md
index c00270b..8d43be9 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.0-BETA (based on Hexo version 3.1.0)
+- **Version**: 0.5.1-BETA (based on Hexo version 3.1.0)
- **Compatibility**: Hugo v0.53
## Features
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index 1a3c8e2..080df16 100644
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -1,5 +1,5 @@
# Tranquilpeak
-# Version : 0.5.0-BETA
+# Version : 0.5.1-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 b83528b..9db06b3 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.0-BETA"
+title: "Welcome to Tranquilpeak 0.5.1-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.0-BETA (based on Hexo version 3.1.0)
+- **Version**: 0.5.1-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 df4b2bd..1fc40ce 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.0-BETA">
+<meta name="generator" content="Hugo {{ hugo.Version }} with theme Tranquilpeak 0.5.1-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 633056d..3d8e720 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,12 +1,12 @@
{
"name": "hugo-tranquilpeak-theme",
- "version": "0.5.0-BETA",
+ "version": "0.5.1-BETA",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "hugo-tranquilpeak-theme",
- "version": "0.5.0-BETA",
+ "version": "0.5.1-BETA",
"license": "GPL-3.0",
"devDependencies": {
"eslint": "^7.32.0",
diff --git a/package.json b/package.json
index 4c25b7d..4f86a89 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "hugo-tranquilpeak-theme",
- "version": "0.5.0-BETA",
+ "version": "0.5.1-BETA",
"description": "A gorgeous responsive theme for Hugo blog framework",
"main": "Gruntfile.js",
"scripts": {